taglinefilesource code
RS_TIMER126kernel/chr_drv/serial.ctimer_table[RS_TIMER].expires = 0;
RS_TIMER127kernel/chr_drv/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER236kernel/chr_drv/serial.cif (info->timer < timer_table[RS_TIMER].expires)
RS_TIMER237kernel/chr_drv/serial.ctimer_table[RS_TIMER].expires = info->timer;
RS_TIMER243kernel/chr_drv/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER382kernel/chr_drv/serial.ctimer_table[RS_TIMER].expires = next_timeout;
RS_TIMER389kernel/chr_drv/serial.ctimer_active |= 1 << RS_TIMER;
RS_TIMER391kernel/chr_drv/serial.cset_bit(RS_TIMER, &timer_active);
RS_TIMER1000kernel/chr_drv/serial.ctimer_table[RS_TIMER].fn = rs_timer;
RS_TIMER1001kernel/chr_drv/serial.ctimer_table[RS_TIMER].expires = 0;