Searched refs:scr_unbound_runnable_bitmap (Results 1 – 2 of 2) sorted by relevance
154 bitmap_t scr_unbound_runnable_bitmap[BITMAP_LEN(TH_BUCKET_SCHED_MAX)]; member
387 bitmap_zero(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_MAX); in sched_clutch_root_init()585 if (bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_FIXPRI)) { in sched_clutch_root_unbound_select_aboveui()588 if (!bitmap_test(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SHARE_FG)) { in sched_clutch_root_unbound_select_aboveui()637 …highest_runnable_bucket = bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCH… in sched_clutch_root_highest_root_bucket()639 …int highest_unbound_runnable_bucket = bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, T… in sched_clutch_root_highest_root_bucket()847 …t->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : root_clutch->scr_unbound_runnable_bitmap; in sched_clutch_root_bucket_runnable()884 …t->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : root_clutch->scr_unbound_runnable_bitmap; in sched_clutch_root_bucket_empty()963 if (bitmap_lsb_first(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_MAX) == -1) { in sched_clutch_root_pri_update()970 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_… in sched_clutch_root_pri_update()3819 …_allowed && (bitmap_lsb_first(candidate_pset->pset_clutch_root.scr_unbound_runnable_bitmap, TH_BUC… in sched_edge_steal_candidate()[all …]