taglinefilesource code
BLANK_TIMER1208kernel/chr_drv/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1212kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1213kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1215kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1216kernel/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_TIMER1386kernel/chr_drv/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1395kernel/chr_drv/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1397kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1398kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1490kernel/chr_drv/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1492kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1493kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1495kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1496kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER130kernel/chr_drv/vt.ctimer_active &= 1<<BLANK_TIMER;