Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dsched_clutch.h345 uint32_t sched_clutch_root_count(sched_clutch_root_t);
H A Dsched_clutch.c840 …assert(sched_clutch_root_count(root_clutch) == 0 || type == SCHED_CLUTCH_HIGHEST_ROOT_BUCKET_UNBOU… in sched_clutch_root_highest_root_bucket()
2874 assert(sched_clutch_root_count(root_clutch) == 0); in sched_clutch_hierarchy_thread_highest()
2959 sched_clutch_root_count( in sched_clutch_root_count() function
3351 return sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) == 0 && in sched_clutch_processor_queue_empty()
3387 …return (int)sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) + sched_clutch_… in sched_clutch_runq_count()
3429 while (sched_clutch_root_count(pset_clutch_root) > 0) { in sched_clutch_processor_queue_shutdown()
3543 if (sched_clutch_root_count(&pset->pset_clutch_root) > 0) { in sched_clutch_thread_update_scan()
3910 return (sched_clutch_root_count(sched_clutch_processor_root_clutch(processor)) == 0) && in sched_edge_processor_queue_empty()
3986 while (sched_clutch_root_count(pset_clutch_root) > 0) { in sched_edge_processor_queue_shutdown()