tag | line | file | source code |
---|---|---|---|
RS_TIMER | 459 | drivers/char/serial.c | timer_table[RS_TIMER].expires = jiffies + timeout; |
RS_TIMER | 460 | drivers/char/serial.c | timer_active |= 1 << RS_TIMER; |
RS_TIMER | 621 | drivers/char/serial.c | timer_table[RS_TIMER].expires = timeout; |
RS_TIMER | 622 | drivers/char/serial.c | timer_active |= 1 << RS_TIMER; |
RS_TIMER | 1885 | drivers/char/serial.c | timer_table[RS_TIMER].fn = rs_timer; |
RS_TIMER | 1886 | drivers/char/serial.c | timer_table[RS_TIMER].expires = 0; |