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

/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c289 struct timeval tv_start, tv_end, tv_now, tv; local
297 TIMESPEC_TO_TIMEVAL(&tv_start, tp_start);
299 timersub(&tv_end, &tv_start, &tv);
329 timersub(&tv_now, &tv_start, &tv);
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c740 struct timeval tv_start, tv_end; local
763 evutil_gettimeofday(&tv_start, NULL);
802 evutil_timersub(&tv_end, &tv_start, &tv_end);
H A Dregress_http.c3109 struct timeval tv_start, tv_end; local
3132 evutil_gettimeofday(&tv_start, NULL);
3137 evutil_timersub(&tv_end, &tv_start, &tv_end);
3325 struct timeval tv_start, tv_end; local
3351 evutil_gettimeofday(&tv_start, NULL);
3359 evutil_timersub(&tv_end, &tv_start, &tv_end);
3719 struct timeval tv, tv_start, tv_end; local
3756 evutil_gettimeofday(&tv_start, NULL);
3759 evutil_timersub(&tv_end, &tv_start, &tv_end);
3791 evutil_gettimeofday(&tv_start, NUL
[all...]
H A Dregress.c1032 struct timeval tv_start, tv_end;
1034 evutil_gettimeofday(&tv_start, NULL);
1038 test_timeval_diff_eq(&tv_start, &tv_end, 300);
1076 struct timeval tv_start, tv_end;
1077 evutil_gettimeofday(&tv_start, NULL);
1080 test_timeval_diff_eq(&tv_start, &tv_end, 270);
2036 struct timeval tv, tv_start, tv_end;
2050 evutil_gettimeofday(&tv_start, NULL);
2059 test_timeval_diff_eq(&tv_start, &tv_end, 300);
2069 struct timeval tv, tv_start, tv_en
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_rpc.c740 struct timeval tv_start, tv_end; local
763 evutil_gettimeofday(&tv_start, NULL);
802 evutil_timersub(&tv_end, &tv_start, &tv_end);
H A Dregress_http.c3109 struct timeval tv_start, tv_end; local
3132 evutil_gettimeofday(&tv_start, NULL);
3137 evutil_timersub(&tv_end, &tv_start, &tv_end);
3325 struct timeval tv_start, tv_end; local
3351 evutil_gettimeofday(&tv_start, NULL);
3359 evutil_timersub(&tv_end, &tv_start, &tv_end);
3719 struct timeval tv, tv_start, tv_end; local
3756 evutil_gettimeofday(&tv_start, NULL);
3759 evutil_timersub(&tv_end, &tv_start, &tv_end);
3791 evutil_gettimeofday(&tv_start, NUL
[all...]
H A Dregress.c1032 struct timeval tv_start, tv_end;
1034 evutil_gettimeofday(&tv_start, NULL);
1038 test_timeval_diff_eq(&tv_start, &tv_end, 300);
1076 struct timeval tv_start, tv_end;
1077 evutil_gettimeofday(&tv_start, NULL);
1080 test_timeval_diff_eq(&tv_start, &tv_end, 270);
2036 struct timeval tv, tv_start, tv_end;
2050 evutil_gettimeofday(&tv_start, NULL);
2059 test_timeval_diff_eq(&tv_start, &tv_end, 300);
2069 struct timeval tv, tv_start, tv_en
[all...]
/freebsd-current/crypto/openssh/
H A Dsk-usbhid.c511 struct timeval tv_start, tv_now, tv_delta; local
537 monotime_tv(&tv_start);
549 timersub(&tv_now, &tv_start, &tv_delta);
/freebsd-current/sys/net/altq/
H A Daltq_subr.c942 struct timeval tv_start, tv_end; local
946 microtime(&tv_start);
952 diff = (u_int64_t)(tv_end.tv_sec - tv_start.tv_sec) * 1000000
953 + tv_end.tv_usec - tv_start.tv_usec;

Completed in 197 milliseconds