Home
last modified time | relevance | path

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

/xnu-10063.101.15/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
359 sched_clutch_root_t root_clutch, in sched_clutch_root_init() argument
362 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
363 root_clutch->scr_priority = NOPRI; in sched_clutch_root_init()
364 root_clutch->scr_urgency = 0; in sched_clutch_root_init()
365 root_clutch->scr_pset = pset; in sched_clutch_root_init()
367 root_clutch->scr_cluster_id = pset->pset_cluster_id; in sched_clutch_root_init()
369 root_clutch->scr_cluster_id = 0; in sched_clutch_root_init()
[all …]
H A Dsched_clutch.h354 uint16_t sched_edge_cluster_cumulative_count(sched_clutch_root_t root_clutch, sched_bucket_t bucket…
355 uint16_t sched_edge_shared_rsrc_runnable_load(sched_clutch_root_t root_clutch, cluster_shared_rsrc_…
/xnu-10063.101.15/tools/lldbmacros/
H A Dscheduler.py167 root_clutch = pset.pset_clutch_root
171 …t", "*", "*", "*", addressof(root_clutch), (root_clutch.scr_priority if root_clutch.scr_thr_count …
175 root_bucket = root_clutch.scr_unbound_buckets[i]
198 root_bucket = root_clutch.scr_bound_buckets[i]