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

/freebsd-9.3-release/sys/contrib/rdma/krping/
H A Dkrping.c753 struct timeval start_tv, stop_tv; local
812 microtime(&stop_tv);
814 if (stop_tv.tv_usec < start_tv.tv_usec) {
815 stop_tv.tv_usec += 1000000;
816 stop_tv.tv_sec -= 1;
820 stop_tv.tv_sec - start_tv.tv_sec,
821 stop_tv.tv_usec - start_tv.tv_usec,
888 struct timeval start_tv, stop_tv; local
972 microtime(&stop_tv);
974 if (stop_tv
1003 struct timeval start_tv, stop_tv; local
[all...]

Completed in 75 milliseconds