taglinefilesource code
RS_TIMER808drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + RS_STROBE_TIME;
RS_TIMER809drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER816drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + IRQ_timeout[0] - 2;
RS_TIMER1046drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + 2*HZ/100;
RS_TIMER1047drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER2673drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
RS_TIMER2674drivers/char/serial.ctimer_table[RS_TIMER].expires = 0;