Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/vsock/
Dvsock_test.c868 #define RCVLOWAT_BUF_SIZE 128 macro
889 for (i = 0; i < RCVLOWAT_BUF_SIZE - 1; i++) in test_stream_poll_rcvlowat_server()
900 unsigned long lowat_val = RCVLOWAT_BUF_SIZE; in test_stream_poll_rcvlowat_client()
901 char buf[RCVLOWAT_BUF_SIZE]; in test_stream_poll_rcvlowat_client()
959 if (read_res != RCVLOWAT_BUF_SIZE) { in test_stream_poll_rcvlowat_client()