Searched refs:scrb_bound (Results 1 – 2 of 2) sorted by relevance
538 root_bucket->scrb_bound = true; in sched_clutch_root_bucket_init()545 root_bucket->scrb_bound = false; in sched_clutch_root_bucket_init()710 …bitmap_t *warp_available_bitmap = (edf_bucket->scrb_bound) ? (root_clutch->scr_bound_warp_availabl… in sched_clutch_root_highest_root_bucket()746 if (edf_bucket->scrb_bound) { in sched_clutch_root_highest_root_bucket()759 …warp_bucket = (edf_bucket->scrb_bound) ? &root_clutch->scr_bound_buckets[warp_bucket_index] : &roo… in sched_clutch_root_highest_root_bucket()777 if (warp_bucket->scrb_bound) { in sched_clutch_root_highest_root_bucket()829 …struct priority_queue_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_ro… in sched_clutch_root_bucket_deadline_update()847 …bitmap_t *runnable_bitmap = (root_bucket->scrb_bound) ? root_clutch->scr_bound_runnable_bitmap : r… in sched_clutch_root_bucket_runnable()863 …struct priority_queue_deadline_min *prioq = (root_bucket->scrb_bound) ? &root_clutch->scr_bound_ro… in sched_clutch_root_bucket_runnable()867 …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