Home
last modified time | relevance | path

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

/kernel/sched/
Dcore.c5432 unsigned long thermal_pressure; in scheduler_tick() local
5443 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in scheduler_tick()
5444 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure); in scheduler_tick()
Dfair.c8540 unsigned long thermal_pressure; in __update_blocked_others() local
8549 thermal_pressure = arch_scale_thermal_pressure(cpu_of(rq)); in __update_blocked_others()
8553 update_thermal_load_avg(rq_clock_thermal(rq), rq, thermal_pressure) | in __update_blocked_others()