Searched refs:effective_cpu_util (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | cpufreq_schedutil.c | 162 sg_cpu->util = effective_cpu_util(sg_cpu->cpu, util, in sugov_get_util()
|
H A D | sched.h | 3008 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs,
|
H A D | core.c | 7407 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 D | fair.c | 7813 * 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()
|