Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.h195 bitmap_t scr_bound_runnable_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)]; member
H A Dsched_clutch.c436 bitmap_zero(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MAX); in sched_clutch_root_init()
716 if (bitmap_test(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_FIXPRI) && in sched_clutch_root_bound_select_aboveui()
724 if (bitmap_test(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SHARE_FG) && in sched_clutch_root_bound_select_aboveui()
757 …int highest_bound_bucket = bitmap_lsb_first(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHE… in sched_clutch_root_highest_runnable_qos()
817 …bitmap_test(highest_bucket->scrb_bound ? root_clutch->scr_bound_runnable_bitmap : root_clutch->scr… in sched_clutch_root_highest_aboveui_root_bucket()
1108 …bitmap_t *runnable_bitmap = (root_bucket->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : r… in sched_clutch_root_bucket_runnable()
1145 …bitmap_t *runnable_bitmap = (root_bucket->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : r… in sched_clutch_root_bucket_empty()
1211 if (bitmap_lsb_first(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MAX) == -1) { in sched_clutch_root_pri_update()
1219 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MA… in sched_clutch_root_pri_update()