Searched refs:effective_cpu_util (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ |
| H A D | cpufreq_schedutil.c | 232 util = effective_cpu_util(sg_cpu->cpu, util, &min, &max); in sugov_get_util()
|
| H A D | fair.c | 8058 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs, in effective_cpu_util() function 8134 return effective_cpu_util(cpu, cpu_util_cfs(cpu), NULL, NULL); in sched_cpu_util() 8204 busy_time += effective_cpu_util(cpu, util, NULL, NULL); in eenv_pd_busy_time() 8236 eff_util = effective_cpu_util(cpu, util, &min, &max); in eenv_pd_max_util()
|
| H A D | sched.h | 3399 unsigned long effective_cpu_util(int cpu, unsigned long util_cfs,
|