Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dsched_clutch.c906 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MA… in sched_clutch_root_pri_update() local
907 assert(root_bucket_index != -1); in sched_clutch_root_pri_update()
908 root_bucket_bound = &root_clutch->scr_bound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()
920 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_unbound_runnable_bitmap, TH_BUCKET_SCHED_… in sched_clutch_root_pri_update() local
921 assert(root_bucket_index != -1); in sched_clutch_root_pri_update()
922 root_bucket_unbound = &root_clutch->scr_unbound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()