Searched refs:t_old (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | seg6.c | 173 struct in6_addr *val, *t_old, *t_new; in seg6_genl_set_tunsrc() local 188 t_old = sdata->tun_src; in seg6_genl_set_tunsrc() 194 kfree(t_old); in seg6_genl_set_tunsrc()
|
/Linux-v4.19/drivers/macintosh/ |
D | windfarm_pm112.c | 199 s32 t_avg, t_old; in cpu_check_overtemp() local 218 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp() 221 cpu_thist_total -= t_old; in cpu_check_overtemp() 226 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); in cpu_check_overtemp()
|
D | windfarm_rm31.c | 123 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()
|
D | windfarm_pm72.c | 129 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()
|