Searched refs:cpu_thermal_cap (Results 1 – 1 of 1) sorted by relevance
7998 unsigned long cpu_cap, cpu_thermal_cap, util; in find_energy_efficient_cpu() 8012 cpu_thermal_cap = arch_scale_cpu_capacity(cpu); in find_energy_efficient_cpu() 8013 cpu_thermal_cap -= arch_scale_thermal_pressure(cpu); in find_energy_efficient_cpu() 8015 eenv.cpu_cap = cpu_thermal_cap; in find_energy_efficient_cpu() 8021 eenv.pd_cap += cpu_thermal_cap; in find_energy_efficient_cpu() 8092 prev_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu() 8107 (cpu_thermal_cap <= best_thermal_cap)) in find_energy_efficient_cpu() 8128 best_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu() 7996 unsigned long cpu_cap, cpu_thermal_cap, util; find_energy_efficient_cpu() local