Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dsched_clutch.h160 bitmap_t scr_unbound_runnable_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)]; member
H A Dsched_clutch.c424 bitmap_zero(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_MAX); in sched_clutch_root_init()
635 if (bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_FIXPRI)) { in sched_clutch_root_unbound_select_aboveui()
642 if (bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SHARE_FG)) { in sched_clutch_root_unbound_select_aboveui()
734 …int highest_unbound_bucket = bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_… in sched_clutch_root_highest_runnable_qos()
799 …_bound ? root_clutch->scr_bound_runnable_bitmap : root_clutch->scr_unbound_runnable_bitmap, highes… in sched_clutch_root_highest_aboveui_root_bucket()
1084 …t->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : root_clutch->scr_unbound_runnable_bitmap; in sched_clutch_root_bucket_runnable()
1121 …t->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : root_clutch->scr_unbound_runnable_bitmap; in sched_clutch_root_bucket_empty()
1203 if (bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_MAX) == -1) { in sched_clutch_root_pri_update()
1211 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_… in sched_clutch_root_pri_update()
4096 …_allowed && (bitmap_lsb_first(candidate_pset->pset_clutch_root.scr_unbound_runnable_bitmap, TH_BUC… in sched_edge_steal_candidate()
[all …]