Searched refs:start_tv (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c914 struct timeval start_tv, stop_tv; local
926 microtime(&start_tv);
978 if (stop_tv.tv_usec < start_tv.tv_usec) {
984 (unsigned long)(stop_tv.tv_sec - start_tv.tv_sec),
985 (unsigned long)(stop_tv.tv_usec - start_tv.tv_usec),
995 struct timeval start_tv, stop_tv; local
1042 microtime(&start_tv);
1110 if (stop_tv.tv_usec < start_tv.tv_usec) {
1123 (unsigned long)(stop_tv.tv_sec - start_tv.tv_sec),
1124 (unsigned long)(stop_tv.tv_usec - start_tv
1140 struct timeval start_tv, stop_tv; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c82 struct timeval start_tv; variable in typeref:struct:timeval
278 gettimeofday_cached(base, &start_tv);
749 didsomething, (long) (start_cb.tv_sec - start_tv.tv_sec)));
750 if (start_cb.tv_sec - start_tv.tv_sec > response_timeout) {
/freebsd-11-stable/sys/contrib/rdma/krping_compat/
H A Dkrping.c1138 struct timeval start_tv, stop_tv; local
1150 microtime(&start_tv);
1202 if (stop_tv.tv_usec < start_tv.tv_usec) {
1208 (unsigned long)(stop_tv.tv_sec - start_tv.tv_sec),
1209 (unsigned long)(stop_tv.tv_usec - start_tv.tv_usec),
1219 struct timeval start_tv, stop_tv; local
1264 microtime(&start_tv);
1332 if (stop_tv.tv_usec < start_tv.tv_usec) {
1345 (unsigned long)(stop_tv.tv_sec - start_tv.tv_sec),
1346 (unsigned long)(stop_tv.tv_usec - start_tv
1361 struct timeval start_tv, stop_tv; local
[all...]

Completed in 177 milliseconds