taglinefilesource code
BLANK_TIMER1759drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1763drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1764drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1766drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1767drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1900drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1901drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1903drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1904drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2046drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2047drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2078drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2080drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2081drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;