Searched refs:arch_scale_thermal_pressure (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dtopology.h26 #define arch_scale_thermal_pressure topology_get_thermal_pressure macro
/linux-master/arch/arm64/include/asm/
H A Dtopology.h39 #define arch_scale_thermal_pressure topology_get_thermal_pressure macro
/linux-master/include/linux/sched/
H A Dtopology.h273 #ifndef arch_scale_thermal_pressure
275 unsigned long arch_scale_thermal_pressure(int cpu) function
/linux-master/kernel/sched/
H A Dfair.c5012 capacity_orig_thermal = capacity_orig - arch_scale_thermal_pressure(cpu);
8013 cpu_thermal_cap -= arch_scale_thermal_pressure(cpu);
9303 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq));
H A Dcore.c5682 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq));

Completed in 197 milliseconds