Lines Matching refs:sum_util
10764 unsigned long sum_util)
10789 * The number of CPUs to search drops as sum_util increases, when
10790 * sum_util hits 85% or above, the scan stops.
10797 * x is the ratio of sum_util compared to the CPU capacity:
10798 * x = sum_util / (llc_weight * SCHED_CAPACITY_SCALE)
10809 * x' = sum_util / llc_weight; [3]
10817 x = sum_util;
10845 unsigned long sum_util = 0;
10878 sum_util += sgs->group_util;
10910 update_idle_cpu_scan(env, sum_util);