Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dsched_clutch.c688 int warp_bucket_index = -1; in sched_clutch_root_highest_root_bucket() local
710 warp_bucket_index = bitmap_lsb_first(warp_available_bitmap, TH_BUCKET_SCHED_MAX); in sched_clutch_root_highest_root_bucket()
712 if ((warp_bucket_index == -1) || (warp_bucket_index >= edf_bucket->scrb_bucket)) { in sched_clutch_root_highest_root_bucket()
758 …ound) ? &root_clutch->scr_bound_buckets[warp_bucket_index] : &root_clutch->scr_unbound_buckets[war… in sched_clutch_root_highest_root_bucket()