Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/sched/
Dtopology.h263 #ifndef arch_scale_thermal_pressure
265 unsigned long arch_scale_thermal_pressure(int cpu) in arch_scale_thermal_pressure() function
/Linux-v6.6/arch/arm/include/asm/
Dtopology.h25 #define arch_scale_thermal_pressure topology_get_thermal_pressure macro
/Linux-v6.6/arch/arm64/include/asm/
Dtopology.h38 #define arch_scale_thermal_pressure topology_get_thermal_pressure macro
/Linux-v6.6/kernel/sched/
Dfair.c4816 capacity_orig_thermal = capacity_orig - arch_scale_thermal_pressure(cpu); in util_fits_cpu()
7782 cpu_thermal_cap -= arch_scale_thermal_pressure(cpu); in find_energy_efficient_cpu()
9076 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()
Dcore.c5655 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()
/Linux-v6.6/init/
DKconfig558 arch_update_thermal_pressure() and arch_scale_thermal_pressure().