Searched refs:thermal_pressure (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/trace/events/ |
D | thermal_pressure.h | 3 #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/ |
D | arch_topology.h | 56 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/ |
D | arch_topology.c | 160 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/ |
D | core.c | 5416 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()
|
D | fair.c | 8143 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()
|