Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A 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)
/openbmc/linux/include/linux/
H A Darch_topology.h56 DECLARE_PER_CPU(unsigned long, thermal_pressure);
60 return per_cpu(thermal_pressure, cpu); in topology_get_thermal_pressure()
/openbmc/linux/drivers/base/
H A Darch_topology.c161 DEFINE_PER_CPU(unsigned long, thermal_pressure);
205 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_update_thermal_pressure()
/openbmc/linux/kernel/sched/
H A Dcore.c5643 unsigned long thermal_pressure; in scheduler_tick() local
5657 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()
5658 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure); in scheduler_tick()
H A Dfair.c9315 unsigned long thermal_pressure; in __update_blocked_others() local
9324 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()
9328 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure) | in __update_blocked_others()
/openbmc/linux/
H A Dopengrok0.0.log[all...]