tag | line | file | source code |
BLANK_TIMER | 1208 | kernel/chr_drv/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1212 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1213 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1215 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1216 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1257 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 1258 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1260 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies+blankinterval; |
BLANK_TIMER | 1261 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1386 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
BLANK_TIMER | 1395 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 1397 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1398 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1490 | kernel/chr_drv/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1492 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1493 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1495 | kernel/chr_drv/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1496 | kernel/chr_drv/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 130 | kernel/chr_drv/vt.c | timer_active &= 1<<BLANK_TIMER; |