Home
last modified time | relevance | path

Searched refs:is_idle_thread (Results 1 – 5 of 5) sorted by relevance

/hypervisor/common/
A Dsched_iorr.c88 if (!(is_idle_thread(current) && list_empty(&iorr_ctl->runqueue))) { in sched_tick_handler()
91 if (!is_idle_thread(current)) { in sched_tick_handler()
96 if (is_idle_thread(current) || data->left_cycles <= 0) { in sched_tick_handler()
176 if (!is_idle_thread(current) && is_inqueue(current)) { in sched_iorr_pick_next()
A Dsched_bvt.c166 if (!is_idle_thread(current)) { in sched_tick_handler()
270 if (!is_idle_thread(current)) { in sched_bvt_pick_next()
A Dschedule.c18 bool is_idle_thread(const struct thread_object *obj) in is_idle_thread() function
/hypervisor/include/common/
A Dschedule.h132 bool is_idle_thread(const struct thread_object *obj);
/hypervisor/arch/x86/guest/
A Dvcpu.c277 if ((curr != NULL) && (!is_idle_thread(curr))) { in get_running_vcpu()

Completed in 8 milliseconds