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.c181 unsigned long sugov_effective_cpu_perf(int cpu, unsigned long actual, in sugov_effective_cpu_perf() function
207 sg_cpu->util = sugov_effective_cpu_perf(sg_cpu->cpu, util, min, max); in sugov_get_util()
H A Dsched.h3287 unsigned long sugov_effective_cpu_perf(int cpu, unsigned long actual,
H A Dfair.c8322 eff_util = sugov_effective_cpu_perf(cpu, eff_util, min, max); in eenv_pd_max_util()