Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/vsock/
Dvsock_perf.c254 size_t total_send; in run_sender() local
276 total_send = 0; in run_sender()
279 while (total_send < to_send_bytes) { in run_sender()
287 total_send += sent; in run_sender()
292 printf("total bytes sent: %zu\n", total_send); in run_sender()
294 get_gbps(total_send * 8, tx_total_ns)); in run_sender()