Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.h171 struct sched_clutch_root_bucket scr_unbound_buckets[TH_BUCKET_SCHED_MAX]; member
H A Dsched_clutch.c392 sched_clutch_root_bucket_init(&root_clutch->scr_unbound_buckets[i], i, false); in sched_clutch_root_init()
586 …sched_clutch_root_bucket_t root_bucket_aboveui = &root_clutch->scr_unbound_buckets[TH_BUCKET_FIXPR… in sched_clutch_root_unbound_select_aboveui()
587 …sched_clutch_root_bucket_t root_bucket_sharefg = &root_clutch->scr_unbound_buckets[TH_BUCKET_SHARE… in sched_clutch_root_unbound_select_aboveui()
652 return &root_clutch->scr_unbound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_highest_root_bucket()
657 …sched_clutch_root_bucket_t unbound_aboveui_root_bucket = &root_clutch->scr_unbound_buckets[TH_BUCK… in sched_clutch_root_highest_root_bucket()
759 …&root_clutch->scr_bound_buckets[warp_bucket_index] : &root_clutch->scr_unbound_buckets[warp_bucket… in sched_clutch_root_highest_root_bucket()
968 root_bucket_unbound = &root_clutch->scr_unbound_buckets[TH_BUCKET_FIXPRI]; in sched_clutch_root_pri_update()
972 root_bucket_unbound = &root_clutch->scr_unbound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
1346 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_insert()
1381 sched_clutch_root_bucket_t root_bucket = &root_clutch->scr_unbound_buckets[bucket]; in sched_clutch_bucket_hierarchy_remove()
[all …]
/xnu-8796.141.3/tools/lldbmacros/
H A Dscheduler.py180 root_bucket = root_clutch.scr_unbound_buckets[i]