Searched refs:cpu_all_tmax (Results 1 – 3 of 3) sorted by relevance
69 static s32 cpu_all_tmax = 100 << 16; variable126 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()132 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()169 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()175 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()194 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()309 if (tmax < cpu_all_tmax) in cpu_setup_pid()310 cpu_all_tmax = tmax; in cpu_setup_pid()525 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in rm31_tick()531 cpu_all_tmax = 60 << 16; in rm31_tick()
93 static s32 cpu_all_tmax = 100 << 16; variable144 if (tmax < cpu_all_tmax) in create_cpu_loop()145 cpu_all_tmax = tmax; in create_cpu_loop()206 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()212 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()233 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()239 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()258 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()522 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in pm112_tick()525 cpu_all_tmax = 60 << 16; in pm112_tick()
78 static s32 cpu_all_tmax = 100 << 16; variable132 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()138 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()175 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()181 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()200 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()408 if (tmax < cpu_all_tmax) in cpu_setup_pid()409 cpu_all_tmax = tmax; in cpu_setup_pid()622 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in pm72_tick()634 cpu_all_tmax = 60 << 16; in pm72_tick()
Completed in 11 milliseconds