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

/freebsd-11.0-release/lib/libc/rpc/
H A Dsvc_vc.c516 struct timeval tv0, tv1; local
524 gettimeofday(&tv0, NULL);
542 if (tv1.tv_sec - tv0.tv_sec >= 2) {
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_misc.c497 struct timeval tv0, tv1, utv, *tvp; local
536 microtime(&tv0);
560 timevalsub(&tv1, &tv0);
2242 struct timeval utv, tv0, tv1, *tvp; local
2284 microtime(&tv0);
2302 timevalsub(&tv1, &tv0);

Completed in 109 milliseconds