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

/linux-master/drivers/macintosh/
H A Dwindfarm_pm72.c77 static s64 cpu_thist_total; variable
152 cpu_thist_total = 0;
155 cpu_thist_total += temp;
167 cpu_thist_total -= t_old;
168 cpu_thist_total += temp;
169 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE;
H A Dwindfarm_rm31.c68 static s64 cpu_thist_total; variable
146 cpu_thist_total = 0;
149 cpu_thist_total += temp;
161 cpu_thist_total -= t_old;
162 cpu_thist_total += temp;
163 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE;
H A Dwindfarm_pm112.c94 static s64 cpu_thist_total; variable
227 cpu_thist_total -= t_old;
228 cpu_thist_total += temp;
229 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE;

Completed in 214 milliseconds