Searched refs:t_old (Results 1 – 3 of 3) sorted by relevance
205 s32 t_avg, t_old; in cpu_check_overtemp() local224 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()227 cpu_thist_total -= t_old; in cpu_check_overtemp()232 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
122 s32 t_avg, t_old; in cpu_check_overtemp() local158 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()161 cpu_thist_total -= t_old; in cpu_check_overtemp()166 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
128 s32 t_avg, t_old; in cpu_check_overtemp() local164 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()167 cpu_thist_total -= t_old; in cpu_check_overtemp()172 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
Completed in 7 milliseconds