taglinefilesource code
RS_TIMER459drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + timeout;
RS_TIMER460drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER621drivers/char/serial.ctimer_table[RS_TIMER].expires = timeout;
RS_TIMER622drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER1885drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
RS_TIMER1886drivers/char/serial.ctimer_table[RS_TIMER].expires = 0;