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

/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibping.c143 static uint64_t minrtt = ~0ull, maxrtt, total_rtt; variable
162 replied ? total_rtt / replied / 1000 : 0,
163 replied ? (total_rtt / replied) % 1000 : 0, maxrtt / 1000,
273 total_rtt += rtt;

Completed in 111 milliseconds