Home
last modified time | relevance | path

Searched refs:th_pressure (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Darch_topology.h47 unsigned long th_pressure);
/kernel/linux/linux-6.6/drivers/base/
H A Darch_topology.c180 unsigned long max_capacity, capacity, th_pressure; in topology_update_thermal_pressure() local
200 th_pressure = max_capacity - capacity; in topology_update_thermal_pressure()
202 trace_thermal_pressure_update(cpu, th_pressure); in topology_update_thermal_pressure()
205 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_update_thermal_pressure()
/kernel/linux/linux-5.10/include/linux/sched/
H A Dtopology.h257 unsigned long th_pressure) in arch_set_thermal_pressure()
256 arch_set_thermal_pressure(const struct cpumask *cpus, unsigned long th_pressure) arch_set_thermal_pressure() argument
/kernel/linux/linux-5.10/drivers/base/
H A Darch_topology.c69 unsigned long th_pressure) in topology_set_thermal_pressure()
74 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_set_thermal_pressure()
68 topology_set_thermal_pressure(const struct cpumask *cpus, unsigned long th_pressure) topology_set_thermal_pressure() argument

Completed in 3 milliseconds