Lines Matching refs:util
49 unsigned long util; member
141 unsigned long util, unsigned long max) in get_next_freq() argument
147 util = map_util_perf(util); in get_next_freq()
148 freq = map_util_freq(util, freq, max); in get_next_freq()
163 sg_cpu->util = effective_cpu_util(sg_cpu->cpu, cpu_util_cfs(sg_cpu->cpu), in sugov_get_util()
285 if (sg_cpu->util < boost) in sugov_iowait_apply()
286 sg_cpu->util = boost; in sugov_iowait_apply()
340 next_f = get_next_freq(sg_policy, sg_cpu->util, sg_cpu->max); in sugov_update_single_freq()
376 unsigned long prev_util = sg_cpu->util; in sugov_update_single_perf()
398 sugov_cpu_is_busy(sg_cpu) && sg_cpu->util < prev_util) in sugov_update_single_perf()
399 sg_cpu->util = prev_util; in sugov_update_single_perf()
402 map_util_perf(sg_cpu->util), sg_cpu->max); in sugov_update_single_perf()
411 unsigned long util = 0, max = 1; in sugov_next_freq_shared() local
420 j_util = j_sg_cpu->util; in sugov_next_freq_shared()
423 if (j_util * max > j_max * util) { in sugov_next_freq_shared()
424 util = j_util; in sugov_next_freq_shared()
429 return get_next_freq(sg_policy, util, max); in sugov_next_freq_shared()