taglinefilesource code
BLANK_TIMER1893drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1897drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1898drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1900drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1901drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2041drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2042drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER2044drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2045drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2252drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2253drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2285drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2287drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2288drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;