Home
last modified time | relevance | path

Searched refs:sugov_effective_cpu_perf (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/sched/
H A Dcpufreq_schedutil.c209 unsigned long sugov_effective_cpu_perf(int cpu, unsigned long actual, in sugov_effective_cpu_perf() function
235 sg_cpu->util = sugov_effective_cpu_perf(sg_cpu->cpu, util, min, max); in sugov_get_util()
H A Dsched.h3230 unsigned long sugov_effective_cpu_perf(int cpu, unsigned long actual,
H A Dfair.c8207 eff_util = sugov_effective_cpu_perf(cpu, eff_util, min, max); in eenv_pd_max_util()