Home
last modified time | relevance | path

Searched refs:pick_next (Results 1 – 6 of 6) sorted by relevance

/hypervisor/common/
A Dsched_noop.c52 .pick_next = sched_noop_pick_next,
A Dsched_prio.c97 .pick_next = sched_prio_pick_next,
A Dschedule.c179 if (ctl->scheduler->pick_next != NULL) { in schedule()
180 next = ctl->scheduler->pick_next(ctl); in schedule()
A Dsched_iorr.c221 .pick_next = sched_iorr_pick_next,
A Dsched_bvt.c338 .pick_next = sched_bvt_pick_next,
/hypervisor/include/common/
A Dschedule.h89 struct thread_object* (*pick_next)(struct sched_control *ctl); member

Completed in 13 milliseconds