taglinefilesource code
BLANK_TIMER1797drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1801drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1802drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1804drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1805drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1938drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1939drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1941drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1942drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2075drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2076drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2107drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2109drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2110drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;