Home
last modified time | relevance | path

Searched refs:scrb_bound (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dsched_clutch.c490 root_bucket->scrb_bound = true; in sched_clutch_root_bucket_init()
497 root_bucket->scrb_bound = false; in sched_clutch_root_bucket_init()
662 …bitmap_t *warp_available_bitmap = (edf_bucket->scrb_bound) ? (root_clutch->scr_bound_warp_availabl… in sched_clutch_root_highest_root_bucket()
698 if (edf_bucket->scrb_bound) { 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()
729 if (warp_bucket->scrb_bound) { in sched_clutch_root_highest_root_bucket()
781 …struct priority_queue_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_ro… in sched_clutch_root_bucket_deadline_update()
799 …bitmap_t *runnable_bitmap = (root_bucket->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : r… in sched_clutch_root_bucket_runnable()
815 …struct priority_queue_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_ro… in sched_clutch_root_bucket_runnable()
819 …bitmap_t *warp_bitmap = (root_bucket->scrb_bound) ? root_clutch->scr_bound_warp_available : root_c… in sched_clutch_root_bucket_runnable()
[all …]
H A Dsched_clutch.h110 bool scrb_bound; member