tag | line | file | source code |
COPRO_TIMER | 276 | arch/i386/kernel/traps.c | timer_table[COPRO_TIMER].expires = jiffies+50; |
COPRO_TIMER | 277 | arch/i386/kernel/traps.c | timer_active |= 1<<COPRO_TIMER; |
COPRO_TIMER | 289 | arch/i386/kernel/traps.c | timer_active &= ~(1<<COPRO_TIMER); |
COPRO_TIMER | 34 | include/asm-i386/bugs.h | timer_table[COPRO_TIMER].expires = jiffies+100; |
COPRO_TIMER | 35 | include/asm-i386/bugs.h | timer_active |= 1<<COPRO_TIMER; |
COPRO_TIMER | 66 | include/asm-i386/bugs.h | timer_table[COPRO_TIMER].expires = jiffies+50; |
COPRO_TIMER | 67 | include/asm-i386/bugs.h | timer_table[COPRO_TIMER].fn = copro_timeout; |
COPRO_TIMER | 68 | include/asm-i386/bugs.h | timer_active |= 1<<COPRO_TIMER; |
COPRO_TIMER | 74 | include/asm-i386/bugs.h | timer_active &= ~(1<<COPRO_TIMER); |