Searched refs:cpu_thist_total (Results 1 – 3 of 3) sorted by relevance
68 static s64 cpu_thist_total; variable146 cpu_thist_total = 0; in cpu_check_overtemp()149 cpu_thist_total += temp; in cpu_check_overtemp()161 cpu_thist_total -= t_old; in cpu_check_overtemp()162 cpu_thist_total += temp; in cpu_check_overtemp()163 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
77 static s64 cpu_thist_total; variable152 cpu_thist_total = 0; in cpu_check_overtemp()155 cpu_thist_total += temp; in cpu_check_overtemp()167 cpu_thist_total -= t_old; in cpu_check_overtemp()168 cpu_thist_total += temp; in cpu_check_overtemp()169 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
94 static s64 cpu_thist_total; variable227 cpu_thist_total -= t_old; in cpu_check_overtemp()228 cpu_thist_total += temp; in cpu_check_overtemp()229 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()