Searched refs:wait_for_fionread (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_basic.c | 1231 static int wait_for_fionread(int fd, int expected, unsigned int timeout_ms) in wait_for_fionread() function 1284 avail = wait_for_fionread(p1, 2, IO_TIMEOUT_SEC); in test_sockmap_multi_channels() 1296 avail = wait_for_fionread(p1, expected, IO_TIMEOUT_SEC); in test_sockmap_multi_channels() 1307 avail = wait_for_fionread(p1, expected, IO_TIMEOUT_SEC); in test_sockmap_multi_channels() 1353 avail = wait_for_fionread(c1, sizeof(buf), IO_TIMEOUT_SEC); in test_sockmap_no_verdict_fionread()
|