Lines Matching refs:util
56 unsigned long util; member
148 unsigned long util, unsigned long max) in get_next_freq() argument
154 util = map_util_perf(util); in get_next_freq()
155 freq = map_util_freq(util, freq, max); in get_next_freq()
171 sg_cpu->util = effective_cpu_util(sg_cpu->cpu, cpu_util_cfs(rq), max, in sugov_get_util()
292 if (sg_cpu->util < boost) in sugov_iowait_apply()
293 sg_cpu->util = boost; in sugov_iowait_apply()
347 next_f = get_next_freq(sg_policy, sg_cpu->util, sg_cpu->max); in sugov_update_single_freq()
380 unsigned long prev_util = sg_cpu->util; in sugov_update_single_perf()
399 if (sugov_cpu_is_busy(sg_cpu) && sg_cpu->util < prev_util) in sugov_update_single_perf()
400 sg_cpu->util = prev_util; in sugov_update_single_perf()
403 map_util_perf(sg_cpu->util), sg_cpu->max); in sugov_update_single_perf()
412 unsigned long util = 0, max = 1; in sugov_next_freq_shared() local
421 j_util = j_sg_cpu->util; in sugov_next_freq_shared()
424 if (j_util * max > j_max * util) { in sugov_next_freq_shared()
425 util = j_util; in sugov_next_freq_shared()
430 return get_next_freq(sg_policy, util, max); in sugov_next_freq_shared()