tag | line | file | source code |
BLANK_TIMER | 1759 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 1763 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1764 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1766 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 1767 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 1900 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 1901 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = 0; |
BLANK_TIMER | 1903 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies+blankinterval; |
BLANK_TIMER | 1904 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |
BLANK_TIMER | 2046 | drivers/char/console.c | timer_active &= ~(1<<BLANK_TIMER); |
BLANK_TIMER | 2047 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
BLANK_TIMER | 2078 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
BLANK_TIMER | 2080 | drivers/char/console.c | timer_table[BLANK_TIMER].expires = jiffies + blankinterval; |
BLANK_TIMER | 2081 | drivers/char/console.c | timer_active |= 1<<BLANK_TIMER; |