taglinefilesource code
BLANK_TIMER1207kernel/chr_drv/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1211kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1212kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1214kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1215kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1255kernel/chr_drv/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1256kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1258kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1259kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1374kernel/chr_drv/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1385kernel/chr_drv/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1387kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1388kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1481kernel/chr_drv/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1483kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1484kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1486kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1487kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER278kernel/chr_drv/tty_io.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER187kernel/chr_drv/vt.ctimer_active &= ~(1<<BLANK_TIMER);