taglinefilesource code
COPRO_TIMER319arch/i386/kernel/traps.ctimer_table[COPRO_TIMER].expires = jiffies+50;
COPRO_TIMER320arch/i386/kernel/traps.ctimer_active |= 1<<COPRO_TIMER;  
COPRO_TIMER332arch/i386/kernel/traps.ctimer_active &= ~(1<<COPRO_TIMER);
COPRO_TIMER36include/asm-i386/bugs.htimer_table[COPRO_TIMER].expires = jiffies+100;
COPRO_TIMER37include/asm-i386/bugs.htimer_active |= 1<<COPRO_TIMER;
COPRO_TIMER68include/asm-i386/bugs.htimer_table[COPRO_TIMER].expires = jiffies+50;
COPRO_TIMER69include/asm-i386/bugs.htimer_table[COPRO_TIMER].fn = copro_timeout;
COPRO_TIMER70include/asm-i386/bugs.htimer_active |= 1<<COPRO_TIMER;
COPRO_TIMER76include/asm-i386/bugs.htimer_active &= ~(1<<COPRO_TIMER);