tag | line | file | source code |
BLANK_TIMER | 1419 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1423 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1424 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1426 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1427 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1468 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1470 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1471 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1473 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1474 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1547 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 1548 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1550 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies+blankinterval; |
BLANK_TIMER | 1551 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1696 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
BLANK_TIMER | 1707 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 1709 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1710 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 509 | drivers/char/tty_io.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 203 | drivers/char/vt.c | timer_active &= ~(1<<BLANK_TIMER); |