Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Darch_topology.h40 DECLARE_PER_CPU(unsigned long, thermal_pressure);
44 return per_cpu(thermal_pressure, cpu); in topology_get_thermal_pressure()
/OK3568_Linux_fs/kernel/drivers/base/
H A Darch_topology.c71 DEFINE_PER_CPU(unsigned long, thermal_pressure);
72 EXPORT_PER_CPU_SYMBOL_GPL(thermal_pressure);
80 WRITE_ONCE(per_cpu(thermal_pressure, cpu), th_pressure); in topology_set_thermal_pressure()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo1652 thermal_pressure
H A Dabi_gki_aarch64_qcom2476 thermal_pressure
H A Dabi_gki_aarch64_oplus2663 thermal_pressure
H A Dabi_gki_aarch64_galaxy3994 thermal_pressure
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4260 unsigned long thermal_pressure; in scheduler_tick() local
4269 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()
4270 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure); in scheduler_tick()
H A Dfair.c8127 unsigned long thermal_pressure; in __update_blocked_others() local
8136 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()
8140 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure) | in __update_blocked_others()