taglinefilesource code
RS_TIMER791drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + RS_STROBE_TIME;
RS_TIMER792drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER799drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + IRQ_timeout[0] - 2;
RS_TIMER1019drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + 2*HZ/100;
RS_TIMER1020drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER2582drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
RS_TIMER2583drivers/char/serial.ctimer_table[RS_TIMER].expires = 0;