Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dsched_clutch.h177 struct sched_clutch_root_bucket scr_unbound_buckets[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c429 sched_clutch_root_bucket_init(&root_clutch->scr_unbound_buckets[i], i, false); in sched_clutch_root_init()
636 higher_root_bucket = &root_clutch->scr_unbound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_unbound_select_aboveui()
643 …sched_clutch_root_bucket_t root_bucket_sharefg = &root_clutch->scr_unbound_buckets[TH_BUCKET_SHARE… in sched_clutch_root_unbound_select_aboveui()
975 …&root_clutch->scr_bound_buckets[warp_bucket_index] : &root_clutch->scr_unbound_buckets[warp_bucket… in sched_clutch_root_highest_root_bucket()
1213 highest_unbound_root_bucket = &root_clutch->scr_unbound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
1586 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_insert()
1621 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_remove()
1800 …sched_clutch_bucket_runq_t bucket_runq = &root_clutch->scr_unbound_buckets[clutch_bucket->scb_buck… in sched_clutch_bucket_update()
2839 return &root_clutch->scr_unbound_buckets[prev_thread->th_sched_bucket]; in sched_clutch_root_bucket_for_thread()
4288 …read_unbound_lookup(clutch_root_for_steal, &clutch_root_for_steal->scr_unbound_buckets[bucket_for_… in sched_edge_steal_thread()
/xnu-11417.121.6/tools/lldbmacros/
H A Dscheduler.py174 root_bucket = root_clutch.scr_unbound_buckets[i]