taglinefilesource code
RS_TIMER471drivers/char/serial.ctimer_table[RS_TIMER].expires = jiffies + timeout;
RS_TIMER472drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER638drivers/char/serial.ctimer_table[RS_TIMER].expires = timeout;
RS_TIMER639drivers/char/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER1973drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
RS_TIMER1974drivers/char/serial.ctimer_table[RS_TIMER].expires = 0;