Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dsched_clutch.c1195 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MA… in sched_clutch_root_pri_update() local
1196 assert(root_bucket_index != -1); in sched_clutch_root_pri_update()
1197 highest_bound_root_bucket = &root_clutch->scr_bound_buckets[root_bucket_index]; 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() local
1212 assert(root_bucket_index != -1); in sched_clutch_root_pri_update()
1213 highest_unbound_root_bucket = &root_clutch->scr_unbound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()