Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/rdma/krping/
H A Dkrping.c913 struct timeval start_tv, stop_tv; in rlat_test() local
975 microtime(&stop_tv); in rlat_test()
978 stop_tv.tv_usec += 1000000; in rlat_test()
979 stop_tv.tv_sec -= 1; in rlat_test()
994 struct timeval start_tv, stop_tv; in wlat_test() local
1107 microtime(&stop_tv); in wlat_test()
1110 stop_tv.tv_usec += 1000000; in wlat_test()
1111 stop_tv.tv_sec -= 1; in wlat_test()
1139 struct timeval start_tv, stop_tv; in bw_test() local
1236 microtime(&stop_tv); in bw_test()
[all …]