taglinefilesource code
BLANK_TIMER1448drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1452drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1453drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1455drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1456drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1497drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1499drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1500drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1502drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1503drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1576drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1577drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1579drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1580drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1725drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1736drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1738drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1739drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER507drivers/char/tty_io.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER203drivers/char/vt.ctimer_active &= ~(1<<BLANK_TIMER);