Searched refs:cpu_thist_total (Results 1 – 3 of 3) sorted by relevance
69 static s64 cpu_thist_total; variable147 cpu_thist_total = 0; in cpu_check_overtemp()150 cpu_thist_total += temp; in cpu_check_overtemp()162 cpu_thist_total -= t_old; in cpu_check_overtemp()163 cpu_thist_total += temp; in cpu_check_overtemp()164 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
78 static s64 cpu_thist_total; variable153 cpu_thist_total = 0; in cpu_check_overtemp()156 cpu_thist_total += temp; in cpu_check_overtemp()168 cpu_thist_total -= t_old; in cpu_check_overtemp()169 cpu_thist_total += temp; in cpu_check_overtemp()170 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
93 static s64 cpu_thist_total; variable221 cpu_thist_total -= t_old; in cpu_check_overtemp()222 cpu_thist_total += temp; in cpu_check_overtemp()223 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()