tag | line | file | source code |
---|---|---|---|
TIMER | 52 | kernel/chr_drv/serial.c | timer_active &= ~(1 << TIMER); |
TIMER | 56 | kernel/chr_drv/serial.c | timer_table[TIMER].expires = jiffies + 10; |
TIMER | 57 | kernel/chr_drv/serial.c | timer_active |= 1 << TIMER; |
TIMER | 158 | kernel/chr_drv/serial.c | timer_table[TIMER].expires = jiffies + 10; |
TIMER | 159 | kernel/chr_drv/serial.c | timer_active |= 1 << TIMER; |