tag | line | file | source code |
BLANK_TIMER | 1209 | kernel/chr_drv/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1213 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1214 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1216 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1217 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1257 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 1258 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1260 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies+blankinterval; |
BLANK_TIMER | 1261 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1374 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
BLANK_TIMER | 1385 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 1387 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1388 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1483 | kernel/chr_drv/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1485 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1486 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1488 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1489 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 374 | kernel/chr_drv/tty_io.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 188 | kernel/chr_drv/vt.c | timer_active &= ~(1<<BLANK_TIMER); |