taglinefilesource code
BLANK_TIMER1209kernel/chr_drv/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1213kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1214kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1216kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1217kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1257kernel/chr_drv/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1258kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1260kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1261kernel/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_TIMER1483kernel/chr_drv/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1485kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1486kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1488kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1489kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER374kernel/chr_drv/tty_io.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER188kernel/chr_drv/vt.ctimer_active &= ~(1<<BLANK_TIMER);