Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/vsock/
H A Dvsock_perf.c132 static void run_receiver(unsigned long rcvlowat_bytes) in run_receiver() argument
162 printf("SO_RCVLOWAT %lu bytes\n", rcvlowat_bytes); in run_receiver()
183 &rcvlowat_bytes, in run_receiver()
184 sizeof(rcvlowat_bytes))) in run_receiver()
383 unsigned long rcvlowat_bytes = DEFAULT_RCVLOWAT_BYTES; in main() local
398 rcvlowat_bytes = memparse(optarg); in main()
422 run_receiver(rcvlowat_bytes); in main()