Searched refs:cpu_thist_total (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/macintosh/
H A Dwindfarm_rm31.c69 static s64 cpu_thist_total; variable
147 cpu_thist_total = 0; cpu_check_overtemp()
150 cpu_thist_total += temp; cpu_check_overtemp()
162 cpu_thist_total -= t_old; cpu_check_overtemp()
163 cpu_thist_total += temp; cpu_check_overtemp()
164 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; cpu_check_overtemp()
H A Dwindfarm_pm72.c78 static s64 cpu_thist_total; variable
153 cpu_thist_total = 0; cpu_check_overtemp()
156 cpu_thist_total += temp; cpu_check_overtemp()
168 cpu_thist_total -= t_old; cpu_check_overtemp()
169 cpu_thist_total += temp; cpu_check_overtemp()
170 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; cpu_check_overtemp()
H A Dwindfarm_pm112.c93 static s64 cpu_thist_total; variable
221 cpu_thist_total -= t_old; cpu_check_overtemp()
222 cpu_thist_total += temp; cpu_check_overtemp()
223 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; cpu_check_overtemp()

Completed in 98 milliseconds