Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.h374 uint32_t sched_clutch_root_count(sched_clutch_root_t);
H A Dsched_clutch.c858 …assert(sched_clutch_root_count(root_clutch) == 0 || type == SCHED_CLUTCH_HIGHEST_ROOT_BUCKET_UNBOU… in sched_clutch_root_highest_root_bucket()
3005 assert(sched_clutch_root_count(root_clutch) == 0); in sched_clutch_hierarchy_thread_highest()
3090 sched_clutch_root_count( in sched_clutch_root_count() function
3448 return sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) == 0 && in sched_clutch_processor_queue_empty()
3484 …return (int)sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) + sched_clutch_… in sched_clutch_runq_count()
3519 while (sched_clutch_root_count(pset_clutch_root) > 0) { in sched_clutch_processor_queue_shutdown()
3628 if (sched_clutch_root_count(&pset->pset_clutch_root) > 0) { in sched_clutch_thread_update_scan()
4244 return (sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) == 0) && in sched_edge_processor_queue_empty()
4322 while (sched_clutch_root_count(pset_clutch_root) > 0) { in sched_edge_processor_queue_shutdown()