Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dsched_clutch.h179 struct sched_clutch_root_bucket scr_bound_buckets[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c430 sched_clutch_root_bucket_init(&root_clutch->scr_bound_buckets[i], i, true); in sched_clutch_root_init()
697 sched_clutch_root_bucket_t root_bucket_aboveui = &root_clutch->scr_bound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_bound_select_aboveui()
705 …sched_clutch_root_bucket_t root_bucket_sharefg = &root_clutch->scr_bound_buckets[TH_BUCKET_SHARE_F… in sched_clutch_root_bound_select_aboveui()
975 …warp_bucket = (edf_bucket->scrb_bound) ? &root_clutch->scr_bound_buckets[warp_bucket_index] : &roo… in sched_clutch_root_highest_root_bucket()
1197 highest_bound_root_bucket = &root_clutch->scr_bound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
2149 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_bound_buckets[thread->th_sched_bucket]; in sched_edge_bound_thread_insert()
2171 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_bound_buckets[thread->th_sched_bucket]; in sched_edge_bound_thread_remove()
2836 return &root_clutch->scr_bound_buckets[prev_thread->th_sched_bucket]; in sched_clutch_root_bucket_for_thread()
3545 …restart_needed = runq_scan(&pset->pset_clutch_root.scr_bound_buckets[bucket].scrb_bound_thread_run… in sched_clutch_thread_update_scan()
/xnu-11417.121.6/tools/lldbmacros/
H A Dscheduler.py197 root_bucket = root_clutch.scr_bound_buckets[i]