Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/sched/
Dfair.c7766 unsigned long cpu_cap, cpu_thermal_cap, util; in find_energy_efficient_cpu() local
7781 cpu_thermal_cap = arch_scale_cpu_capacity(cpu); in find_energy_efficient_cpu()
7782 cpu_thermal_cap -= arch_scale_thermal_pressure(cpu); in find_energy_efficient_cpu()
7784 eenv.cpu_cap = cpu_thermal_cap; in find_energy_efficient_cpu()
7790 eenv.pd_cap += cpu_thermal_cap; in find_energy_efficient_cpu()
7861 prev_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu()
7876 (cpu_thermal_cap <= best_thermal_cap)) in find_energy_efficient_cpu()
7897 best_thermal_cap = cpu_thermal_cap; in find_energy_efficient_cpu()