Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/sched/
Dfair.c7077 unsigned long cpu_cap, cpu_thermal_cap, util; in find_energy_efficient_cpu() local
7090 cpu_thermal_cap = arch_scale_cpu_capacity(cpu); in find_energy_efficient_cpu()
7091 cpu_thermal_cap -= arch_scale_thermal_pressure(cpu); in find_energy_efficient_cpu()
7093 eenv.cpu_cap = cpu_thermal_cap; in find_energy_efficient_cpu()
7097 eenv.pd_cap += cpu_thermal_cap; in find_energy_efficient_cpu()