Searched refs:thermal_pressure (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/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-6.6.21/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-6.6.21/drivers/base/ |
D | arch_topology.c | 161 DEFINE_PER_CPU(unsigned long, thermal_pressure); 205 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_update_thermal_pressure()
|
/linux-6.6.21/kernel/sched/ |
D | core.c | 5646 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()
|
D | fair.c | 9155 unsigned long thermal_pressure; in __update_blocked_others() local 9164 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others() 9168 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure) | in __update_blocked_others()
|