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()
95 static s32 cpu_all_tmax = 100 << 16; variable146 if (tmax < cpu_all_tmax) in create_cpu_loop()147 cpu_all_tmax = tmax; in create_cpu_loop()208 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()214 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()235 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()241 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()260 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()524 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in pm112_tick()527 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()