Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dfair.c7855 unsigned long cpu_cap, cpu_thermal_cap, util; in find_energy_efficient_cpu() local
7869 cpu_thermal_cap = arch_scale_cpu_capacity(cpu); in find_energy_efficient_cpu()
7870 cpu_thermal_cap -= arch_scale_thermal_pressure(cpu); in find_energy_efficient_cpu()
7872 eenv.cpu_cap = cpu_thermal_cap; in find_energy_efficient_cpu()
7878 eenv.pd_cap += cpu_thermal_cap; in find_energy_efficient_cpu()
7949 prev_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu()
7964 (cpu_thermal_cap <= best_thermal_cap)) in find_energy_efficient_cpu()
7985 best_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu()