Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsched_clutch.h178 struct sched_clutch_root_bucket scr_unbound_buckets[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c430 sched_clutch_root_bucket_init(&root_clutch->scr_unbound_buckets[i], i, false); in sched_clutch_root_init()
637 higher_root_bucket = &root_clutch->scr_unbound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_unbound_select_aboveui()
644 …sched_clutch_root_bucket_t root_bucket_sharefg = &root_clutch->scr_unbound_buckets[TH_BUCKET_SHARE… in sched_clutch_root_unbound_select_aboveui()
976 …&root_clutch->scr_bound_buckets[warp_bucket_index] : &root_clutch->scr_unbound_buckets[warp_bucket… in sched_clutch_root_highest_root_bucket()
1214 highest_unbound_root_bucket = &root_clutch->scr_unbound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
1587 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_insert()
1622 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_remove()
1801 …sched_clutch_bucket_runq_t bucket_runq = &root_clutch->scr_unbound_buckets[clutch_bucket->scb_buck… in sched_clutch_bucket_update()
2843 return &root_clutch->scr_unbound_buckets[prev_thread->th_sched_bucket]; in sched_clutch_root_bucket_for_thread()
4299 …read_unbound_lookup(clutch_root_for_steal, &clutch_root_for_steal->scr_unbound_buckets[bucket_for_… in sched_edge_steal_thread()
/xnu-11215.1.10/tools/lldbmacros/
H A Dscheduler.py178 root_bucket = root_clutch.scr_unbound_buckets[i]