Searched refs:cnt_str (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/ofed/librdmacm/examples/ |
H A D | common.c | 104 void cnt_str(char *str, size_t ssize, long long cnt) in cnt_str() function
|
H A D | common.h | 82 void cnt_str(char *str, size_t ssize, long long cnt);
|
H A D | riostream.c | 113 cnt_str(str, sizeof str, transfer_count); in show_perf() 115 cnt_str(str, sizeof str, iterations); in show_perf()
|
H A D | rstream.c | 115 cnt_str(str, sizeof str, transfer_count); in show_perf() 117 cnt_str(str, sizeof str, iterations); in show_perf()
|
H A D | udpong.c | 119 cnt_str(str, sizeof str, transfers); in show_perf()
|