taglinefilesource code
BLANK_TIMER1282drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1286drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1287drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1289drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1290drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1331drivers/char/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1333drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1334drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1336drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1337drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1366drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1367drivers/char/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1369drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1370drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1483drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1494drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1496drivers/char/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1497drivers/char/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER387drivers/char/tty_io.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER189drivers/char/vt.ctimer_active &= ~(1<<BLANK_TIMER);