Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/vsock/
H A Dvsock_perf.c33 static unsigned long vsock_buf_bytes = DEFAULT_VSOCK_BUF_BYTES; variable
88 &vsock_buf_bytes, sizeof(vsock_buf_bytes))) in vsock_increase_buf_size()
92 &vsock_buf_bytes, sizeof(vsock_buf_bytes))) in vsock_increase_buf_size()
161 printf("vsock buffer %lu bytes\n", vsock_buf_bytes); in run_receiver()
395 vsock_buf_bytes = memparse(optarg); in main()