Searched refs:bucket_group_load (Results 1 – 1 of 1) sorted by relevance
1771 uint32_t bucket_group_load = (uint32_t)(bucket_group_run_count / processor_avail_count); in sched_clutch_bucket_group_timeshare_update() local1772 bucket_group_load = MIN(bucket_group_load, NRQS - 1); in sched_clutch_bucket_group_timeshare_update()1773 uint32_t pri_shift = sched_fixed_shift - sched_load_shifts[bucket_group_load]; in sched_clutch_bucket_group_timeshare_update()