Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dsched_clutch.c291 sched_clutch_root_t root_clutch) in sched_clutch_hierarchy_locked_assert() argument
293 pset_assert_locked(root_clutch->scr_pset); in sched_clutch_hierarchy_locked_assert()
300 __unused sched_clutch_root_t root_clutch) in sched_clutch_hierarchy_locked_assert() argument
397 sched_clutch_root_t root_clutch, in sched_clutch_root_init() argument
400 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
401 root_clutch->scr_priority = NOPRI; in sched_clutch_root_init()
402 root_clutch->scr_urgency = 0; in sched_clutch_root_init()
403 root_clutch->scr_pset = pset; in sched_clutch_root_init()
405 root_clutch->scr_cluster_id = pset->pset_cluster_id; in sched_clutch_root_init()
407 root_clutch->scr_shared_rsrc_load_runnable[shared_rsrc_type] = 0; in sched_clutch_root_init()
[all …]
H A Dsched_clutch.h361 uint16_t sched_edge_cluster_cumulative_count(sched_clutch_root_t root_clutch, sched_bucket_t bucket…
362 uint16_t sched_edge_shared_rsrc_runnable_load(sched_clutch_root_t root_clutch, cluster_shared_rsrc_…
/xnu-11215.81.4/tools/lldbmacros/
H A Dscheduler.py170 root_clutch = pset.pset_clutch_root
174 …t", "*", "*", "*", addressof(root_clutch), (root_clutch.scr_priority if root_clutch.scr_thr_count …
178 root_bucket = root_clutch.scr_unbound_buckets[i]
201 root_bucket = root_clutch.scr_bound_buckets[i]