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

/freebsd-10.3-release/contrib/ofed/management/opensm/osmtest/
H A Dosmtest.c2652 struct timeval start_tv, end_tv; local
2657 gettimeofday(&start_tv, NULL);
2658 printf("-I- Start time is : %09ld:%06ld [sec:usec]\n", (long)start_tv.tv_sec,
2659 (long)start_tv.tv_usec);
2676 if (end_tv.tv_usec > start_tv.tv_usec) {
2677 sec_diff = end_tv.tv_sec - start_tv.tv_sec;
2678 usec_diff = end_tv.tv_usec - start_tv.tv_usec;
2680 sec_diff = end_tv.tv_sec - start_tv.tv_sec - 1;
2682 1000000 - (start_tv.tv_usec -
2705 if (end_tv.tv_usec > start_tv
2731 struct timeval start_tv, end_tv; local
2816 struct timeval start_tv, end_tv; local
[all...]
/freebsd-10.3-release/sys/contrib/rdma/krping/
H A Dkrping.c1094 struct timeval start_tv, stop_tv; local
1106 microtime(&start_tv);
1158 if (stop_tv.tv_usec < start_tv.tv_usec) {
1164 stop_tv.tv_sec - start_tv.tv_sec,
1165 stop_tv.tv_usec - start_tv.tv_usec,
1175 struct timeval start_tv, stop_tv; local
1220 microtime(&start_tv);
1288 if (stop_tv.tv_usec < start_tv.tv_usec) {
1301 stop_tv.tv_sec - start_tv.tv_sec,
1302 stop_tv.tv_usec - start_tv
1317 struct timeval start_tv, stop_tv; local
[all...]
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dmain.c78 struct timeval start_tv; variable in typeref:struct:timeval
274 gettimeofday_cached(base, &start_tv);
745 didsomething, (long) (start_cb.tv_sec - start_tv.tv_sec)));
746 if (start_cb.tv_sec - start_tv.tv_sec > response_timeout) {

Completed in 61 milliseconds