Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.h208 struct sched_clutch_root_bucket scr_unbound_buckets[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c447 sched_clutch_root_bucket_init(&root_clutch->scr_unbound_buckets[i], i, false); in sched_clutch_root_init()
654 higher_root_bucket = &root_clutch->scr_unbound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_unbound_select_aboveui()
661 …sched_clutch_root_bucket_t root_bucket_sharefg = &root_clutch->scr_unbound_buckets[TH_BUCKET_SHARE… in sched_clutch_root_unbound_select_aboveui()
993 …&root_clutch->scr_bound_buckets[warp_bucket_index] : &root_clutch->scr_unbound_buckets[warp_bucket… in sched_clutch_root_highest_root_bucket()
1237 highest_unbound_root_bucket = &root_clutch->scr_unbound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
1661 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_insert()
1696 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_remove()
1876 …sched_clutch_bucket_runq_t bucket_runq = &root_clutch->scr_unbound_buckets[clutch_bucket->scb_buck… in sched_clutch_bucket_update()
2970 return &root_clutch->scr_unbound_buckets[prev_thread->th_sched_bucket]; in sched_clutch_root_bucket_for_thread()
/xnu-12377.81.4/tools/lldbmacros/
H A Dscheduler.py174 root_bucket = root_clutch.scr_unbound_buckets[i]