Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_clutch.c1221 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MA… in sched_clutch_root_pri_update() local
1222 assert(root_bucket_index != -1); in sched_clutch_root_pri_update()
1223 highest_bound_root_bucket = &root_clutch->scr_bound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
1237 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_… in sched_clutch_root_pri_update() local
1238 assert(root_bucket_index != -1); in sched_clutch_root_pri_update()
1239 highest_unbound_root_bucket = &root_clutch->scr_unbound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()