Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.c310 sched_clutch_root_t root_clutch) in sched_clutch_hierarchy_locked_assert() argument
312 pset_assert_locked(root_clutch->scr_pset); in sched_clutch_hierarchy_locked_assert()
319 __unused sched_clutch_root_t root_clutch) in sched_clutch_hierarchy_locked_assert() argument
416 sched_clutch_root_t root_clutch, in sched_clutch_root_init() argument
419 root_clutch->scr_thr_count = 0; in sched_clutch_root_init()
420 root_clutch->scr_priority = NOPRI; in sched_clutch_root_init()
421 root_clutch->scr_urgency = 0; in sched_clutch_root_init()
422 root_clutch->scr_pset = pset; in sched_clutch_root_init()
424 root_clutch->scr_cluster_id = pset->pset_cluster_id; in sched_clutch_root_init()
426 root_clutch->scr_shared_rsrc_load_runnable[shared_rsrc_type] = 0; in sched_clutch_root_init()
[all …]
H A Dsched_clutch.h364 uint16_t sched_edge_cluster_cumulative_count(sched_clutch_root_t root_clutch, sched_bucket_t bucket…
365 uint16_t sched_edge_shared_rsrc_runnable_load(sched_clutch_root_t root_clutch, cluster_shared_rsrc_…
/xnu-12377.1.9/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]