Searched refs:tv_start (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/watchdogd/
H A Dwatchdogd.c299 struct timeval tv_start, tv_end, tv_now, tv; local
307 TIMESPEC_TO_TIMEVAL(&tv_start, tp_start);
309 timersub(&tv_end, &tv_start, &tv);
339 timersub(&tv_now, &tv_start, &tv);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c741 struct timeval tv_start, tv_end; local
764 evutil_gettimeofday(&tv_start, NULL);
803 evutil_timersub(&tv_end, &tv_start, &tv_end);
H A Dregress_http.c2786 struct timeval tv_start, tv_end; local
2810 evutil_gettimeofday(&tv_start, NULL);
2815 evutil_timersub(&tv_end, &tv_start, &tv_end);
3004 struct timeval tv_start, tv_end; local
3030 evutil_gettimeofday(&tv_start, NULL);
3037 evutil_timersub(&tv_end, &tv_start, &tv_end);
3339 struct timeval tv, tv_start, tv_end; local
3372 evutil_gettimeofday(&tv_start, NULL);
3375 evutil_timersub(&tv_end, &tv_start, &tv_end);
3404 evutil_gettimeofday(&tv_start, NUL
[all...]
H A Dregress.c1850 struct timeval tv, tv_start, tv_end; local
1864 evutil_gettimeofday(&tv_start, NULL);
1873 test_timeval_diff_eq(&tv_start, &tv_end, 300);
1883 struct timeval tv, tv_start, tv_end; local
1898 evutil_gettimeofday(&tv_start, NULL);
1907 test_timeval_diff_eq(&tv_start, &tv_end, 200);
/freebsd-11-stable/sys/net/altq/
H A Daltq_subr.c985 struct timeval tv_start, tv_end; local
989 microtime(&tv_start);
995 diff = (u_int64_t)(tv_end.tv_sec - tv_start.tv_sec) * 1000000
996 + tv_end.tv_usec - tv_start.tv_usec;

Completed in 82 milliseconds