Searched refs:thermal_pressure (Results 1 – 8 of 8) sorted by relevance
40 DECLARE_PER_CPU(unsigned long, thermal_pressure);44 return per_cpu(thermal_pressure, cpu); in topology_get_thermal_pressure()
71 DEFINE_PER_CPU(unsigned long, thermal_pressure);72 EXPORT_PER_CPU_SYMBOL_GPL(thermal_pressure);80 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_set_thermal_pressure()
1652 thermal_pressure
2476 thermal_pressure
2663 thermal_pressure
3994 thermal_pressure
4260 unsigned long thermal_pressure; in scheduler_tick() local4269 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()4270 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure); in scheduler_tick()
8127 unsigned long thermal_pressure; in __update_blocked_others() local8136 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()8140 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure) | in __update_blocked_others()