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_TIMER1950drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1951drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1953drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1954drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2037drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2038drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2070drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2072drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2073drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;