Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/vsock/
Dvsock_perf.c36 static unsigned long vsock_buf_bytes = DEFAULT_VSOCK_BUF_BYTES; variable
92 &vsock_buf_bytes, sizeof(vsock_buf_bytes))) in vsock_increase_buf_size()
96 &vsock_buf_bytes, sizeof(vsock_buf_bytes))) in vsock_increase_buf_size()
165 printf("vsock buffer %lu bytes\n", vsock_buf_bytes); in run_receiver()
454 vsock_buf_bytes = memparse(optarg); in main()