Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsched_clutch.h190 struct sched_clutch_root_bucket scr_bound_buckets[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c345 sched_clutch_root_bucket_init(&root_clutch->scr_bound_buckets[i], i, true); in sched_clutch_root_init()
562 sched_clutch_root_bucket_t root_bucket_aboveui = &root_clutch->scr_bound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_bound_select_aboveui()
563 …sched_clutch_root_bucket_t root_bucket_sharefg = &root_clutch->scr_bound_buckets[TH_BUCKET_SHARE_F… in sched_clutch_root_bound_select_aboveui()
610 …sched_clutch_root_bucket_t bound_aboveui_root_bucket = &root_clutch->scr_bound_buckets[TH_BUCKET_F… in sched_clutch_root_highest_root_bucket()
617 …int bound_aboveui_pri = root_clutch->scr_bound_buckets[TH_BUCKET_FIXPRI].scrb_bound_thread_runq.hi… in sched_clutch_root_highest_root_bucket()
711 …warp_bucket = (edf_bucket->scrb_bound) ? &root_clutch->scr_bound_buckets[warp_bucket_index] : &roo… in sched_clutch_root_highest_root_bucket()
904 root_bucket_bound = &root_clutch->scr_bound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_pri_update()
908 root_bucket_bound = &root_clutch->scr_bound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
1857 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_bound_buckets[thread->th_sched_bucket]; in sched_edge_bound_thread_insert()
1876 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_bound_buckets[thread->th_sched_bucket]; in sched_edge_bound_thread_remove()
[all …]
/xnu-8020.101.4/tools/lldbmacros/
H A Dscheduler.py213 root_bucket = root_clutch.scr_bound_buckets[i]