Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.h173 struct sched_clutch_root_bucket scr_bound_buckets[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c393 sched_clutch_root_bucket_init(&root_clutch->scr_bound_buckets[i], i, true); in sched_clutch_root_init()
610 sched_clutch_root_bucket_t root_bucket_aboveui = &root_clutch->scr_bound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_bound_select_aboveui()
611 …sched_clutch_root_bucket_t root_bucket_sharefg = &root_clutch->scr_bound_buckets[TH_BUCKET_SHARE_F… in sched_clutch_root_bound_select_aboveui()
658 …sched_clutch_root_bucket_t bound_aboveui_root_bucket = &root_clutch->scr_bound_buckets[TH_BUCKET_F… in sched_clutch_root_highest_root_bucket()
665 …int bound_aboveui_pri = root_clutch->scr_bound_buckets[TH_BUCKET_FIXPRI].scrb_bound_thread_runq.hi… in sched_clutch_root_highest_root_bucket()
759 …warp_bucket = (edf_bucket->scrb_bound) ? &root_clutch->scr_bound_buckets[warp_bucket_index] : &roo… in sched_clutch_root_highest_root_bucket()
954 root_bucket_bound = &root_clutch->scr_bound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_pri_update()
958 root_bucket_bound = &root_clutch->scr_bound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
1888 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_bound_buckets[thread->th_sched_bucket]; in sched_edge_bound_thread_insert()
1907 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_bound_buckets[thread->th_sched_bucket]; in sched_edge_bound_thread_remove()
[all …]
/xnu-8796.141.3/tools/lldbmacros/
H A Dscheduler.py203 root_bucket = root_clutch.scr_bound_buckets[i]