Searched refs:sugov_effective_cpu_perf (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/sched/ |
H A D | cpufreq_schedutil.c | 181 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 D | sched.h | 3287 unsigned long sugov_effective_cpu_perf(int cpu, unsigned long actual,
|
H A D | fair.c | 8322 eff_util = sugov_effective_cpu_perf(cpu, eff_util, min, max); in eenv_pd_max_util()
|