Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.c253 sched_clutch_root_t root_clutch) in sched_clutch_hierarchy_locked_assert() argument
255 pset_assert_locked(root_clutch->scr_pset); in sched_clutch_hierarchy_locked_assert()
262 __unused sched_clutch_root_t root_clutch) in sched_clutch_hierarchy_locked_assert() argument
311 sched_clutch_root_t root_clutch, in sched_clutch_root_init() argument
314 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
315 root_clutch->scr_priority = NOPRI; in sched_clutch_root_init()
316 root_clutch->scr_urgency = 0; in sched_clutch_root_init()
317 root_clutch->scr_pset = pset; in sched_clutch_root_init()
319 root_clutch->scr_cluster_id = pset->pset_cluster_id; in sched_clutch_root_init()
321 root_clutch->scr_cluster_id = 0; in sched_clutch_root_init()
[all …]
H A Dsched_clutch.h395 uint16_t sched_edge_cluster_cumulative_count(sched_clutch_root_t root_clutch, sched_bucket_t bucket…
396 uint16_t sched_edge_shared_rsrc_runnable_load(sched_clutch_root_t root_clutch, cluster_shared_rsrc_…
/xnu-8019.80.24/tools/lldbmacros/
H A Dscheduler.py177 root_clutch = pset.pset_clutch_root
181 …t", "*", "*", "*", addressof(root_clutch), (root_clutch.scr_priority if root_clutch.scr_thr_count …
185 root_bucket = root_clutch.scr_unbound_buckets[i]
208 root_bucket = root_clutch.scr_bound_buckets[i]