tag | line | file | source code |
---|---|---|---|
RS_TIMER | 472 | drivers/char/serial.c | timer_table[RS_TIMER].expires = jiffies + timeout; |
RS_TIMER | 473 | drivers/char/serial.c | timer_active |= 1 << RS_TIMER; |
RS_TIMER | 640 | drivers/char/serial.c | timer_table[RS_TIMER].expires = timeout; |
RS_TIMER | 641 | drivers/char/serial.c | timer_active |= 1 << RS_TIMER; |
RS_TIMER | 2013 | drivers/char/serial.c | timer_table[RS_TIMER].fn = rs_timer; |
RS_TIMER | 2014 | drivers/char/serial.c | timer_table[RS_TIMER].expires = 0; |