tag | line | file | source code |
---|---|---|---|
timer_list | 316 | kernel/sched.c | struct timer_list * next; |
timer_list | 317 | kernel/sched.c | } timer_list[TIME_REQUESTS] = { { 0, NULL, NULL }, }; |
timer_list | 319 | kernel/sched.c | static struct timer_list * next_timer = NULL; |
timer_list | 323 | kernel/sched.c | struct timer_list * p; |
timer_list | 331 | kernel/sched.c | for (p = timer_list ; p < timer_list + TIME_REQUESTS ; p++) |
timer_list | 334 | kernel/sched.c | if (p >= timer_list + TIME_REQUESTS) |