Home
last modified time | relevance | path

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

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