Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsched_clutch.h180 struct sched_clutch_root_bucket scr_bound_buckets[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c431 sched_clutch_root_bucket_init(&root_clutch->scr_bound_buckets[i], i, true); in sched_clutch_root_init()
698 sched_clutch_root_bucket_t root_bucket_aboveui = &root_clutch->scr_bound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_bound_select_aboveui()
706 …sched_clutch_root_bucket_t root_bucket_sharefg = &root_clutch->scr_bound_buckets[TH_BUCKET_SHARE_F… in sched_clutch_root_bound_select_aboveui()
976 …warp_bucket = (edf_bucket->scrb_bound) ? &root_clutch->scr_bound_buckets[warp_bucket_index] : &roo… in sched_clutch_root_highest_root_bucket()
1198 highest_bound_root_bucket = &root_clutch->scr_bound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
2150 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_bound_buckets[thread->th_sched_bucket]; in sched_edge_bound_thread_insert()
2172 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_bound_buckets[thread->th_sched_bucket]; in sched_edge_bound_thread_remove()
2840 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-11215.1.10/tools/lldbmacros/
H A Dscheduler.py201 root_bucket = root_clutch.scr_bound_buckets[i]