Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Dfair.c7887 unsigned long cpu_cap, cpu_thermal_cap, util; in find_energy_efficient_cpu() local
7901 cpu_thermal_cap = arch_scale_cpu_capacity(cpu); in find_energy_efficient_cpu()
7902 cpu_thermal_cap -= arch_scale_thermal_pressure(cpu); in find_energy_efficient_cpu()
7904 eenv.cpu_cap = cpu_thermal_cap; in find_energy_efficient_cpu()
7910 eenv.pd_cap += cpu_thermal_cap; in find_energy_efficient_cpu()
7981 prev_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu()
7996 (cpu_thermal_cap <= best_thermal_cap)) in find_energy_efficient_cpu()
8017 best_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu()