Home
last modified time | relevance | path

Searched refs:effective_cpu_util (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/sched/
H A Dcpufreq_schedutil.c162 sg_cpu->util = effective_cpu_util(sg_cpu->cpu, util, in sugov_get_util()
H A Dsched.h3008 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs,
H A Dcore.c7407 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs, in effective_cpu_util() function
7497 return effective_cpu_util(cpu, cpu_util_cfs(cpu), ENERGY_UTIL, NULL); in sched_cpu_util()
H A Dfair.c7813 * injected directly into effective_cpu_util() because of the IRQ scaling.
7862 busy_time += effective_cpu_util(cpu, util, ENERGY_UTIL, NULL); in eenv_pd_busy_time()
7894 eff_util = effective_cpu_util(cpu, util, FREQUENCY_UTIL, tsk); in eenv_pd_max_util()