taglinefilesource code
COPRO_TIMER281arch/i386/kernel/traps.ctimer_table[COPRO_TIMER].expires = jiffies+50;
COPRO_TIMER282arch/i386/kernel/traps.ctimer_active |= 1<<COPRO_TIMER;  
COPRO_TIMER294arch/i386/kernel/traps.ctimer_active &= ~(1<<COPRO_TIMER);
COPRO_TIMER34include/asm-i386/bugs.htimer_table[COPRO_TIMER].expires = jiffies+100;
COPRO_TIMER35include/asm-i386/bugs.htimer_active |= 1<<COPRO_TIMER;
COPRO_TIMER66include/asm-i386/bugs.htimer_table[COPRO_TIMER].expires = jiffies+50;
COPRO_TIMER67include/asm-i386/bugs.htimer_table[COPRO_TIMER].fn = copro_timeout;
COPRO_TIMER68include/asm-i386/bugs.htimer_active |= 1<<COPRO_TIMER;
COPRO_TIMER74include/asm-i386/bugs.htimer_active &= ~(1<<COPRO_TIMER);