taglinefilesource code
RS_TIMER806drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + RS_STROBE_TIME;
RS_TIMER807drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER814drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + IRQ_timeout[0] - 2;
RS_TIMER1043drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + 2*HZ/100;
RS_TIMER1044drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER2670drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
RS_TIMER2671drivers/char/serial.ctimer_table[RS_TIMER].expires = 0;