Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/vsock/
Dvsock_perf.c136 static void run_receiver(unsigned long rcvlowat_bytes) in run_receiver() argument
166 printf("SO_RCVLOWAT %lu bytes\n", rcvlowat_bytes); in run_receiver()
187 &rcvlowat_bytes, in run_receiver()
188 sizeof(rcvlowat_bytes))) in run_receiver()
442 unsigned long rcvlowat_bytes = DEFAULT_RCVLOWAT_BYTES; in main() local
457 rcvlowat_bytes = memparse(optarg); in main()
484 run_receiver(rcvlowat_bytes); in main()