tag | line | file | source code |
COPRO_TIMER | 319 | arch/i386/kernel/traps.c | timer_table[COPRO_TIMER].expires = jiffies+50; |
COPRO_TIMER | 320 | arch/i386/kernel/traps.c | timer_active |= 1<<COPRO_TIMER; |
COPRO_TIMER | 332 | arch/i386/kernel/traps.c | timer_active &= ~(1<<COPRO_TIMER); |
COPRO_TIMER | 36 | include/asm-i386/bugs.h | timer_table[COPRO_TIMER].expires = jiffies+100; |
COPRO_TIMER | 37 | include/asm-i386/bugs.h | timer_active |= 1<<COPRO_TIMER; |
COPRO_TIMER | 68 | include/asm-i386/bugs.h | timer_table[COPRO_TIMER].expires = jiffies+50; |
COPRO_TIMER | 69 | include/asm-i386/bugs.h | timer_table[COPRO_TIMER].fn = copro_timeout; |
COPRO_TIMER | 70 | include/asm-i386/bugs.h | timer_active |= 1<<COPRO_TIMER; |
COPRO_TIMER | 76 | include/asm-i386/bugs.h | timer_active &= ~(1<<COPRO_TIMER); |