Searched refs:scrb_bound (Results 1 – 2 of 2) sorted by relevance
537 root_bucket->scrb_bound = true; in sched_clutch_root_bucket_init()544 root_bucket->scrb_bound = false; in sched_clutch_root_bucket_init()709 …bitmap_t *warp_available_bitmap = (edf_bucket->scrb_bound) ? (root_clutch->scr_bound_warp_availabl… in sched_clutch_root_highest_root_bucket()745 if (edf_bucket->scrb_bound) { in sched_clutch_root_highest_root_bucket()758 …warp_bucket = (edf_bucket->scrb_bound) ? &root_clutch->scr_bound_buckets[warp_bucket_index] : &roo… in sched_clutch_root_highest_root_bucket()776 if (warp_bucket->scrb_bound) { in sched_clutch_root_highest_root_bucket()828 …struct priority_queue_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_ro… in sched_clutch_root_bucket_deadline_update()846 …bitmap_t *runnable_bitmap = (root_bucket->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : r… in sched_clutch_root_bucket_runnable()862 …struct priority_queue_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_ro… in sched_clutch_root_bucket_runnable()866 …bitmap_t *warp_bitmap = (root_bucket->scrb_bound) ? root_clutch->scr_bound_warp_available : root_c… in sched_clutch_root_bucket_runnable()[all …]
93 bool scrb_bound; member