tag | line | file | source code |
RS_TIMER | 791 | drivers/char/serial.c | timer_table[RS_TIMER].expires = jiffies + RS_STROBE_TIME; |
RS_TIMER | 792 | drivers/char/serial.c | timer_active |= 1 << RS_TIMER; |
RS_TIMER | 799 | drivers/char/serial.c | timer_table[RS_TIMER].expires = jiffies + IRQ_timeout[0] - 2; |
RS_TIMER | 1019 | drivers/char/serial.c | timer_table[RS_TIMER].expires = jiffies + 2*HZ/100; |
RS_TIMER | 1020 | drivers/char/serial.c | timer_active |= 1 << RS_TIMER; |
RS_TIMER | 2582 | drivers/char/serial.c | timer_table[RS_TIMER].fn = rs_timer; |
RS_TIMER | 2583 | drivers/char/serial.c | timer_table[RS_TIMER].expires = 0; |