Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/vsock/
H A Dvsock_test.c875 #define RCVLOWAT_BUF_SIZE 128 macro
896 for (i = 0; i < RCVLOWAT_BUF_SIZE - 1; i++) in test_stream_poll_rcvlowat_server()
907 unsigned long lowat_val = RCVLOWAT_BUF_SIZE; in test_stream_poll_rcvlowat_client()
908 char buf[RCVLOWAT_BUF_SIZE]; in test_stream_poll_rcvlowat_client()
966 if (read_res != RCVLOWAT_BUF_SIZE) { in test_stream_poll_rcvlowat_client()