Searched refs:fairshare_runq_count (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.h589 int (*fairshare_runq_count)(void); member in struct:sched_dispatch_table
H A Dsched_fixedpriority.c574 } else if ((!first_timeslice(processor)) && SCHED(fairshare_runq_count)() > 0) {
H A Dsched_prim.c1695 if (!inactive_state && (thread->sched_mode != TH_MODE_FAIRSHARE || SCHED(fairshare_runq_count)() == 0) && (rt_runq.count == 0 || BASEPRI_RTQUEUES < thread->sched_pri) &&
1792 if (!SCHED(processor_queue_empty)(processor) || rt_runq.count > 0 || SCHED(fairshare_runq_count)() > 0)
4089 while (processor->next_thread == THREAD_NULL && SCHED(processor_queue_empty)(processor) && rt_runq.count == 0 && SCHED(fairshare_runq_count)() == 0 &&

Completed in 34 milliseconds