tag | line | file | source code |
BLANK_TIMER | 1763 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1767 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1768 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1770 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1771 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1904 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 1905 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1907 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies+blankinterval; |
BLANK_TIMER | 1908 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 2040 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 2041 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
BLANK_TIMER | 2072 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 2074 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 2075 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |