Searched refs:thermal_pressure (Results 1 – 4 of 4) sorted by relevance
52 DECLARE_PER_CPU(unsigned long, thermal_pressure);56 return per_cpu(thermal_pressure, cpu); in topology_get_thermal_pressure()
159 DEFINE_PER_CPU(unsigned long, thermal_pressure);167 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_set_thermal_pressure()
5200 unsigned long thermal_pressure; in scheduler_tick() local5209 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()5210 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure); in scheduler_tick()
8157 unsigned long thermal_pressure; in __update_blocked_others() local8166 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()8170 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure) | in __update_blocked_others()