Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/sched/
Dtopology.h246 #ifndef arch_scale_thermal_pressure
248 unsigned long arch_scale_thermal_pressure(int cpu) in arch_scale_thermal_pressure() function
/Linux-v5.10/arch/arm/include/asm/
Dtopology.h25 #define arch_scale_thermal_pressure topology_get_thermal_pressure macro
/Linux-v5.10/arch/arm64/include/asm/
Dtopology.h40 #define arch_scale_thermal_pressure topology_get_thermal_pressure macro
/Linux-v5.10/kernel/sched/
Dcore.c3998 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()
Dfair.c7874 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()