taglinefilesource code
BLANK_TIMER1838drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1842drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1843drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1844drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1846drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1847drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2022drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2023drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER2025drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2026drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER2109drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2110drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2128drivers/char/console.ctimer_table[BLANK_TIMER].fn = vesa_powerdown_screen;
BLANK_TIMER2129drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + vesa_off_interval;
BLANK_TIMER2130drivers/char/console.ctimer_active |= (1<<BLANK_TIMER);
BLANK_TIMER2132drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER2133drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER2171drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER2173drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER2174drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;