Searched refs:thermal_pressure (Results 1 – 4 of 4) sorted by relevance
39 DECLARE_PER_CPU(unsigned long, thermal_pressure);43 return per_cpu(thermal_pressure, cpu); in topology_get_thermal_pressure()
66 DEFINE_PER_CPU(unsigned long, thermal_pressure);74 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_set_thermal_pressure()
4184 unsigned long thermal_pressure; in scheduler_tick() local4195 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()4196 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure); in scheduler_tick()
8291 unsigned long thermal_pressure; in __update_blocked_others() local8300 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()8304 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure) | in __update_blocked_others()