Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dsched_clutch.c956 …int root_bucket_index = bitmap_lsb_next(root_clutch->scr_bound_runnable_bitmap, TH_BUCKET_SCHED_MA… in sched_clutch_root_pri_update() local
957 assert(root_bucket_index != -1); in sched_clutch_root_pri_update()
958 root_bucket_bound = &root_clutch->scr_bound_buckets[root_bucket_index]; 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() local
971 assert(root_bucket_index != -1); in sched_clutch_root_pri_update()
972 root_bucket_unbound = &root_clutch->scr_unbound_buckets[root_bucket_index]; in sched_clutch_root_pri_update()