Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcpufreq_schedutil.c202 util = effective_cpu_util(sg_cpu->cpu, util, &min, &max); in sugov_get_util()
H A Dsched.h3009 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs,
H A Dcore.c7490 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs, in effective_cpu_util() function
7566 return effective_cpu_util(cpu, cpu_util_cfs(cpu), NULL, NULL); in sched_cpu_util()
H A Dfair.c7873 busy_time += effective_cpu_util(cpu, util, NULL, NULL); in eenv_pd_busy_time()
7905 eff_util = effective_cpu_util(cpu, util, &min, &max); in eenv_pd_max_util()