Searched refs:old_tv (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/net/in_cksum/
H A Din_cksum.c175 struct timeval tv, old_tv; local
246 timersub(&res.ru_utime, &tv, &old_tv);
249 (intmax_t)old_tv.tv_sec, (intmax_t)old_tv.tv_usec);
263 ((double)old_tv.tv_sec * 1e6 + old_tv.tv_usec + 1));
/freebsd-12-stable/usr.bin/systat/
H A Difstat.c280 struct timeval tv, new_tv, old_tv; local
330 old_tv = ifp->tv;
331 timersub(&new_tv, &old_tv, &tv);

Completed in 157 milliseconds