taglinefilesource code
BLANK_TIMER1763drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1767drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1768drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1770drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1771drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1904drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1905drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1907drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1908drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2040drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2041drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2072drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2074drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2075drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;