Searched refs:sched_ptr (Results 1 – 1 of 1) sorted by relevance
46 static struct sched_event *sched_ptr = NULL; variable52 if (sched_ptr) in sched_next()53 return (sched_ptr->t_when); in sched_next()84 for (count = 1, tp = sched_ptr; tp; count++, tp = tp->t_next) { in dosched()101 if (!sched_ptr) in dosched()108 pp = &sched_ptr; in dosched()109 tp = sched_ptr; in dosched()172 for (pp = &sched_ptr; *pp != NULL && tp->t_when >= (*pp)->t_when; in dosched()203 if (!(sched_ptr && sched_ptr->t_when < cur_time)) { in sched_run()211 while ((tp = sched_ptr) != NULL && tp->t_when < cur_time) { in sched_run()[all …]