Searched refs:tv0 (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c503 struct timeval tv0, tv1, utv, *tvp; local
542 microtime(&tv0);
566 timevalsub(&tv1, &tv0);
2271 struct timeval utv, tv0, tv1, *tvp; local
2313 microtime(&tv0);
2331 timevalsub(&tv1, &tv0);
/freebsd-11-stable/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) {

Completed in 233 milliseconds