Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsched_clutch.h188 struct sched_clutch_root_bucket scr_unbound_buckets[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c344 sched_clutch_root_bucket_init(&root_clutch->scr_unbound_buckets[i], i, false); in sched_clutch_root_init()
538 …sched_clutch_root_bucket_t root_bucket_aboveui = &root_clutch->scr_unbound_buckets[TH_BUCKET_FIXPR… in sched_clutch_root_unbound_select_aboveui()
539 …sched_clutch_root_bucket_t root_bucket_sharefg = &root_clutch->scr_unbound_buckets[TH_BUCKET_SHARE… in sched_clutch_root_unbound_select_aboveui()
604 return &root_clutch->scr_unbound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_highest_root_bucket()
609 …sched_clutch_root_bucket_t unbound_aboveui_root_bucket = &root_clutch->scr_unbound_buckets[TH_BUCK… in sched_clutch_root_highest_root_bucket()
711 …&root_clutch->scr_bound_buckets[warp_bucket_index] : &root_clutch->scr_unbound_buckets[warp_bucket… in sched_clutch_root_highest_root_bucket()
918 root_bucket_unbound = &root_clutch->scr_unbound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_pri_update()
922 root_bucket_unbound = &root_clutch->scr_unbound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
1305 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_insert()
1340 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_remove()
[all …]
/xnu-8020.101.4/tools/lldbmacros/
H A Dscheduler.py190 root_bucket = root_clutch.scr_unbound_buckets[i]