Home
last modified time | relevance | path

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

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