Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/vsock/
Dvsock_test.c600 #define RCVLOWAT_BUF_SIZE 128 macro
621 for (i = 0; i < RCVLOWAT_BUF_SIZE - 1; i++) in test_stream_poll_rcvlowat_server()
632 unsigned long lowat_val = RCVLOWAT_BUF_SIZE; in test_stream_poll_rcvlowat_client()
633 char buf[RCVLOWAT_BUF_SIZE]; in test_stream_poll_rcvlowat_client()
691 if (read_res != RCVLOWAT_BUF_SIZE) { in test_stream_poll_rcvlowat_client()