Home
last modified time | relevance | path

Searched refs:pset_clutch_root (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dsched_clutch.c2466 sched_clutch_hierarchy_locked_assert(&pset0.pset_clutch_root); in sched_clutch_bucket_group_thr_count_inc()
2478 sched_clutch_hierarchy_locked_assert(&pset0.pset_clutch_root); in sched_clutch_bucket_group_thr_count_dec()
2492 sched_clutch_hierarchy_locked_assert(&pset0.pset_clutch_root); in sched_clutch_bucket_group_pending_ageout()
2552 sched_clutch_hierarchy_locked_assert(&pset0.pset_clutch_root); in sched_clutch_bucket_group_interactivity_score_calculate()
3178 return &processor->processor_set->pset_clutch_root; in sched_clutch_processor_root_clutch()
3218 sched_clutch_root_init(&pset->pset_clutch_root, pset); in sched_clutch_pset_init()
3339 sched_clutch_root_t pset_clutch_root = sched_clutch_processor_root_clutch(processor); in sched_clutch_processor_enqueue() local
3340 result = sched_clutch_thread_insert(pset_clutch_root, thread, options); in sched_clutch_processor_enqueue()
3418 sched_clutch_root_t pset_clutch_root = sched_clutch_processor_root_clutch(processor); in sched_clutch_processor_queue_shutdown() local
3429 while (sched_clutch_root_count(pset_clutch_root) > 0) { in sched_clutch_processor_queue_shutdown()
[all …]
H A Dprocessor.h241 struct sched_clutch_root pset_clutch_root; /* clutch hierarchy root */ member
H A Dsched_prim.c9955 …uint64_t shared_rsrc_runnable_load = sched_edge_shared_rsrc_runnable_load(&pset->pset_clutch_root,… in sched_update_pset_load_average()
9970 …uint32_t current_runq_depth = sched_edge_cluster_cumulative_count(&pset->pset_clutch_root, sched_b… in sched_update_pset_load_average()
/xnu-11417.140.69/tools/lldbmacros/
H A Dscheduler.py166 root_clutch = pset.pset_clutch_root