| tag | line | file | source code |
| BLANK_TIMER | 1841 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
| BLANK_TIMER | 1845 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
| BLANK_TIMER | 1846 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
| BLANK_TIMER | 1847 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
| BLANK_TIMER | 1849 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
| BLANK_TIMER | 1850 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
| BLANK_TIMER | 2027 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
| BLANK_TIMER | 2028 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
| BLANK_TIMER | 2030 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
| BLANK_TIMER | 2031 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
| BLANK_TIMER | 2112 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
| BLANK_TIMER | 2113 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
| BLANK_TIMER | 2131 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = vesa_powerdown_screen; |
| BLANK_TIMER | 2132 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + vesa_off_interval; |
| BLANK_TIMER | 2133 | drivers/char/console.c | timer_active |= (1<<BLANK_TIMER); |
| BLANK_TIMER | 2135 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
| BLANK_TIMER | 2136 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
| BLANK_TIMER | 2174 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
| BLANK_TIMER | 2176 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
| BLANK_TIMER | 2177 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |