Home
last modified time | relevance | path

Searched refs:t_old (Results 1 – 4 of 4) sorted by relevance

/drivers/macintosh/
Dwindfarm_pm112.c205 s32 t_avg, t_old; in cpu_check_overtemp() local
224 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()
Dwindfarm_rm31.c123 s32 t_avg, t_old; in cpu_check_overtemp() local
159 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
162 cpu_thist_total -= t_old; in cpu_check_overtemp()
167 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
Dwindfarm_pm72.c129 s32 t_avg, t_old; in cpu_check_overtemp() local
165 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
168 cpu_thist_total -= t_old; in cpu_check_overtemp()
173 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
/drivers/gpu/drm/
Ddrm_irq.c202 const struct timeval *t_old; in drm_update_vblank_count() local
205 t_old = &vblanktimestamp(dev, pipe, vblank->count); in drm_update_vblank_count()
206 diff_ns = timeval_to_ns(&t_vblank) - timeval_to_ns(t_old); in drm_update_vblank_count()