taglinefilesource code
BLANK_TIMER1287drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1291drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1292drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1294drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1295drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1336drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1338drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1339drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1341drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1342drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1371drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1372drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1374drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1375drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1519drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1530drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1532drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1533drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER410drivers/char/tty_io.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER192drivers/char/vt.ctimer_active &= ~(1<<BLANK_TIMER);