Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dsched_clutch.h339 uint32_t sched_clutch_root_count(sched_clutch_root_t);
H A Dsched_clutch.c2597 sched_clutch_root_count( in sched_clutch_root_count() function
2869 uint32_t clutch_count = sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)); in sched_clutch_choose_thread()
2922 return sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) == 0 && in sched_clutch_processor_queue_empty()
2983 …return (int)sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) + sched_clutch_… in sched_clutch_runq_count()
3018 while (sched_clutch_root_count(pset_clutch_root) > 0) { in sched_clutch_processor_queue_shutdown()
3128 if (sched_clutch_root_count(&pset->pset_clutch_root) > 0) { in sched_clutch_thread_update_scan()
3560 return (sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) == 0) && in sched_edge_processor_queue_empty()
3683 while (sched_clutch_root_count(pset_clutch_root) > 0) { in sched_edge_processor_queue_shutdown()