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.c7996 unsigned long cpu_cap, cpu_thermal_cap, util; in find_energy_efficient_cpu() local
8010 cpu_thermal_cap = arch_scale_cpu_capacity(cpu); in find_energy_efficient_cpu()
8011 cpu_thermal_cap -= arch_scale_thermal_pressure(cpu); in find_energy_efficient_cpu()
8013 eenv.cpu_cap = cpu_thermal_cap; in find_energy_efficient_cpu()
8019 eenv.pd_cap += cpu_thermal_cap; in find_energy_efficient_cpu()
8090 prev_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu()
8105 (cpu_thermal_cap <= best_thermal_cap)) in find_energy_efficient_cpu()
8126 best_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu()