Searched refs:cpu_all_tmax (Results 1 – 3 of 3) sorted by relevance
94 static s32 cpu_all_tmax = 100 << 16; variable153 if (tmax < cpu_all_tmax) in create_cpu_loop()154 cpu_all_tmax = tmax; in create_cpu_loop()202 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()208 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()229 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()235 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()254 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()518 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in pm112_tick()521 cpu_all_tmax = 60 << 16; in pm112_tick()
70 static s32 cpu_all_tmax = 100 << 16; variable127 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()133 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()170 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()176 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()195 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()310 if (tmax < cpu_all_tmax) in cpu_setup_pid()311 cpu_all_tmax = tmax; in cpu_setup_pid()526 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in rm31_tick()532 cpu_all_tmax = 60 << 16; in rm31_tick()
79 static s32 cpu_all_tmax = 100 << 16; variable133 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()139 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()176 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()182 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()201 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()409 if (tmax < cpu_all_tmax) in cpu_setup_pid()410 cpu_all_tmax = tmax; in cpu_setup_pid()623 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in pm72_tick()635 cpu_all_tmax = 60 << 16; in pm72_tick()