tag | line | file | source code |
BLANK_TIMER | 1893 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1897 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1898 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1900 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1901 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 2041 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 2042 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 2044 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 2045 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 2252 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 2253 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
BLANK_TIMER | 2285 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 2287 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 2288 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |