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()
3990 unsigned long thermal_pressure; in scheduler_tick() local3998 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()3999 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure); in scheduler_tick()
7865 unsigned long thermal_pressure; in __update_blocked_others() local7874 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()7878 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure) | in __update_blocked_others()