Home
last modified time | relevance | path

Searched refs:root_clutch (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dsched_clutch.c290 sched_clutch_root_t root_clutch) in sched_clutch_hierarchy_locked_assert() argument
292 pset_assert_locked(root_clutch->scr_pset); in sched_clutch_hierarchy_locked_assert()
299 __unused sched_clutch_root_t root_clutch) in sched_clutch_hierarchy_locked_assert() argument
396 sched_clutch_root_t root_clutch, in sched_clutch_root_init() argument
399 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
400 root_clutch->scr_priority = NOPRI; in sched_clutch_root_init()
401 root_clutch->scr_urgency = 0; in sched_clutch_root_init()
402 root_clutch->scr_pset = pset; in sched_clutch_root_init()
404 root_clutch->scr_cluster_id = pset->pset_cluster_id; in sched_clutch_root_init()
406 root_clutch->scr_shared_rsrc_load_runnable[shared_rsrc_type] = 0; in sched_clutch_root_init()
[all …]
H A Dsched_clutch.h360 uint16_t sched_edge_cluster_cumulative_count(sched_clutch_root_t root_clutch, sched_bucket_t bucket…
361 uint16_t sched_edge_shared_rsrc_runnable_load(sched_clutch_root_t root_clutch, cluster_shared_rsrc_…
/xnu-11417.121.6/tools/lldbmacros/
H A Dscheduler.py166 root_clutch = pset.pset_clutch_root
170 …t", "*", "*", "*", addressof(root_clutch), (root_clutch.scr_priority if root_clutch.scr_thr_count …
174 root_bucket = root_clutch.scr_unbound_buckets[i]
197 root_bucket = root_clutch.scr_bound_buckets[i]