taglinefilesource code
BLANK_TIMER1205kernel/chr_drv/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1209kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1210kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1212kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1213kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1253kernel/chr_drv/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1254kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1256kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies+blankinterval;
BLANK_TIMER1257kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1363kernel/chr_drv/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
BLANK_TIMER1372kernel/chr_drv/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
BLANK_TIMER1374kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1375kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1468kernel/chr_drv/console.ctimer_active &= ~(1<<BLANK_TIMER);
BLANK_TIMER1470kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = 0;
BLANK_TIMER1471kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER1473kernel/chr_drv/console.ctimer_table[BLANK_TIMER].expires = jiffies + blankinterval;
BLANK_TIMER1474kernel/chr_drv/console.ctimer_active |= 1<<BLANK_TIMER;
BLANK_TIMER131kernel/chr_drv/vt.ctimer_active &= 1<<BLANK_TIMER;