Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/vsock/
H A Dvsock_perf.c250 static void run_sender(int peer_cid, unsigned long to_send_bytes) in run_sender() argument
260 printf("Send %lu bytes\n", to_send_bytes); in run_sender()
279 while (total_send < to_send_bytes) { in run_sender()
382 unsigned long to_send_bytes = DEFAULT_TO_SEND_BYTES; in main() local
404 to_send_bytes = memparse(optarg); in main()
424 run_sender(peer_cid, to_send_bytes); in main()