Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dcpufreq_schedutil.c230 util = effective_cpu_util(sg_cpu->cpu, util, &min, &max); in sugov_get_util()
H A Dfair.c8114 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs, in effective_cpu_util() function
8190 return effective_cpu_util(cpu, cpu_util_cfs(cpu), NULL, NULL); in sched_cpu_util()
8260 busy_time += effective_cpu_util(cpu, util, NULL, NULL); in eenv_pd_busy_time()
8292 eff_util = effective_cpu_util(cpu, util, &min, &max); in eenv_pd_max_util()
H A Dsched.h3289 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs,