| tag | line | file | source code |
| COPRO_TIMER | 326 | init/main.c | timer_table[COPRO_TIMER].expires = jiffies+100; |
| COPRO_TIMER | 327 | init/main.c | timer_active |= 1<<COPRO_TIMER; |
| COPRO_TIMER | 410 | init/main.c | timer_table[COPRO_TIMER].expires = jiffies+50; |
| COPRO_TIMER | 411 | init/main.c | timer_table[COPRO_TIMER].fn = copro_timeout; |
| COPRO_TIMER | 412 | init/main.c | timer_active |= 1<<COPRO_TIMER; |
| COPRO_TIMER | 418 | init/main.c | timer_active &= ~(1<<COPRO_TIMER); |
| COPRO_TIMER | 150 | kernel/sched.c | timer_table[COPRO_TIMER].expires = jiffies+50; |
| COPRO_TIMER | 151 | kernel/sched.c | timer_active |= 1<<COPRO_TIMER; |
| COPRO_TIMER | 163 | kernel/sched.c | timer_active &= ~(1<<COPRO_TIMER); |