Home
last modified time | relevance | path

Searched refs:thermal_pressure (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Darch_topology.h39 DECLARE_PER_CPU(unsigned long, thermal_pressure);
43 return per_cpu(thermal_pressure, cpu); in topology_get_thermal_pressure()
/kernel/linux/linux-5.10/drivers/base/
Darch_topology.c66 DEFINE_PER_CPU(unsigned long, thermal_pressure);
74 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_set_thermal_pressure()
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c4184 unsigned long thermal_pressure; in scheduler_tick() local
4195 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()
Dfair.c8291 unsigned long thermal_pressure; in __update_blocked_others() local
8300 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()