Searched refs:is_idle_thread (Results 1 – 5 of 5) sorted by relevance
88 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()
166 if (!is_idle_thread(current)) { in sched_tick_handler()270 if (!is_idle_thread(current)) { in sched_bvt_pick_next()
18 bool is_idle_thread(const struct thread_object *obj) in is_idle_thread() function
132 bool is_idle_thread(const struct thread_object *obj);
277 if ((curr != NULL) && (!is_idle_thread(curr))) { in get_running_vcpu()
Completed in 11 milliseconds