Home
last modified time | relevance | path

Searched refs:sched_clutch_root_count (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.h380 uint32_t sched_clutch_root_count(sched_clutch_root_t);
H A Dsched_clutch.c2608 sched_clutch_root_count( in sched_clutch_root_count() function
2876 uint32_t clutch_count = sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)); in sched_clutch_choose_thread()
2929 return sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) == 0 && in sched_clutch_processor_queue_empty()
2990 …return (int)sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) + sched_clutch_… in sched_clutch_runq_count()
3025 while (sched_clutch_root_count(pset_clutch_root) > 0) { in sched_clutch_processor_queue_shutdown()
3136 if (sched_clutch_root_count(&pset->pset_clutch_root) > 0) { in sched_clutch_thread_update_scan()
3598 return (sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) == 0) && in sched_edge_processor_queue_empty()
3721 while (sched_clutch_root_count(pset_clutch_root) > 0) { in sched_edge_processor_queue_shutdown()