Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c1233 static int wait_for_fionread(int fd, int expected, unsigned int timeout_ms) in wait_for_fionread() function
1286 avail = wait_for_fionread(p1, 2, IO_TIMEOUT_SEC); in test_sockmap_multi_channels()
1298 avail = wait_for_fionread(p1, expected, IO_TIMEOUT_SEC); in test_sockmap_multi_channels()