Home
last modified time | relevance | path

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

/linux-5.19.10/include/trace/events/
Dthermal_pressure.h3 #define TRACE_SYSTEM thermal_pressure
11 TP_PROTO(int cpu, unsigned long thermal_pressure),
12 TP_ARGS(cpu, thermal_pressure),
15 __field(unsigned long, thermal_pressure)
20 __entry->thermal_pressure = thermal_pressure;
24 TP_printk("cpu=%d thermal_pressure=%lu", __entry->cpu, __entry->thermal_pressure)
/linux-5.19.10/include/linux/
Darch_topology.h56 DECLARE_PER_CPU(unsigned long, thermal_pressure);
60 return per_cpu(thermal_pressure, cpu); in topology_get_thermal_pressure()
/linux-5.19.10/drivers/base/
Darch_topology.c160 DEFINE_PER_CPU(unsigned long, thermal_pressure);
204 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_update_thermal_pressure()
/linux-5.19.10/kernel/sched/
Dcore.c5416 unsigned long thermal_pressure; in scheduler_tick() local
5425 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()
5426 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure); in scheduler_tick()
Dfair.c8143 unsigned long thermal_pressure; in __update_blocked_others() local
8152 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()
8156 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure) | in __update_blocked_others()