Searched refs:effective_cpu_util (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/kernel/sched/ |
| D | cpufreq_schedutil.c | 171 sg_cpu->util = effective_cpu_util(sg_cpu->cpu, cpu_util_cfs(rq), max, in sugov_get_util()
|
| D | sched.h | 2937 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs,
|
| D | core.c | 7060 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs, in effective_cpu_util() function 7148 return effective_cpu_util(cpu, cpu_util_cfs(cpu_rq(cpu)), max, in sched_cpu_util()
|
| D | fair.c | 6727 cpu_util = effective_cpu_util(cpu, util_running, cpu_cap, in compute_energy() 6739 cpu_util = effective_cpu_util(cpu, util_freq, cpu_cap, in compute_energy()
|