taglinefilesource code
BLANK_TIMER1419drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1423drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1424drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1426drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1427drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1468drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1470drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1471drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1473drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1474drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1547drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1548drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1550drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1551drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1696drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1707drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1709drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1710drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER509drivers/char/tty_io.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER203drivers/char/vt.ctimer_active &= ~(1<<BLANK_TIMER);