Lines Matching defs:sum_util
11063 unsigned long sum_util)
11088 * The number of CPUs to search drops as sum_util increases, when
11089 * sum_util hits 85% or above, the scan stops.
11096 * x is the ratio of sum_util compared to the CPU capacity:
11097 * x = sum_util / (llc_weight * SCHED_CAPACITY_SCALE)
11108 * x' = sum_util / llc_weight; [3]
11116 x = sum_util;
11144 unsigned long sum_util = 0;
11172 sum_util += sgs->group_util;
11198 update_idle_cpu_scan(env, sum_util);