taglinefilesource code
BLANK_TIMER1321drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1325drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1326drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1328drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1329drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1370drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1372drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1373drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1375drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1376drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1405drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1406drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1408drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1409drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1553drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1564drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1566drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1567drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER418drivers/char/tty_io.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER200drivers/char/vt.ctimer_active &= ~(1<<BLANK_TIMER);