tag | line | file | source code |
RS_TIMER | 745 | drivers/char/serial.c | timer_table[RS_TIMER].expires = jiffies + 60 * HZ; |
RS_TIMER | 746 | drivers/char/serial.c | timer_active |= 1 << RS_TIMER; |
RS_TIMER | 753 | drivers/char/serial.c | timer_table[RS_TIMER].expires = jiffies + IRQ_timeout[0] - 2; |
RS_TIMER | 969 | drivers/char/serial.c | timer_table[RS_TIMER].expires = jiffies + 2; |
RS_TIMER | 970 | drivers/char/serial.c | timer_active |= 1 << RS_TIMER; |
RS_TIMER | 2253 | drivers/char/serial.c | timer_table[RS_TIMER].fn = rs_timer; |
RS_TIMER | 2254 | drivers/char/serial.c | timer_table[RS_TIMER].expires = 0; |