| tag | line | file | source code | 
| BLANK_TIMER | 1205 | kernel/chr_drv/console.c | timer_active &= ~(1<<BLANK_TIMER); | 
| BLANK_TIMER | 1209 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = 0; | 
| BLANK_TIMER | 1210 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; | 
| BLANK_TIMER | 1212 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; | 
| BLANK_TIMER | 1213 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; | 
| BLANK_TIMER | 1253 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].fn = blank_screen; | 
| BLANK_TIMER | 1254 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = 0; | 
| BLANK_TIMER | 1256 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies+blankinterval; | 
| BLANK_TIMER | 1257 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; | 
| BLANK_TIMER | 1363 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; | 
| BLANK_TIMER | 1372 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].fn = blank_screen; | 
| BLANK_TIMER | 1374 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; | 
| BLANK_TIMER | 1375 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; | 
| BLANK_TIMER | 1468 | kernel/chr_drv/console.c | timer_active &= ~(1<<BLANK_TIMER); | 
| BLANK_TIMER | 1470 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = 0; | 
| BLANK_TIMER | 1471 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; | 
| BLANK_TIMER | 1473 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; | 
| BLANK_TIMER | 1474 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; | 
| BLANK_TIMER | 131 | kernel/chr_drv/vt.c | timer_active &= 1<<BLANK_TIMER; |