Symbol: IO_TIMEOUT_SEC
tools/testing/selftests/bpf/prog_tests/socket_helpers.h
129
IO_TIMEOUT_SEC); \
tools/testing/selftests/bpf/prog_tests/socket_helpers.h
364
err = poll_connect(c, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/socket_helpers.h
56
accept_timeout((fd), (addr), (len), IO_TIMEOUT_SEC); \
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
1069
err = poll_read(conn, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
1332
avail = wait_for_fionread(p1, 2, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
1344
avail = wait_for_fionread(p1, expected, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
1355
avail = wait_for_fionread(p1, expected, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
1401
avail = wait_for_fionread(c1, sizeof(buf), IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_basic.c
600
recvd = recv_timeout(c1, &buf, sizeof(buf), MSG_DONTWAIT, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_listen.c
1125
n = recv_timeout(c1, &b, sizeof(b), 0, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_listen.c
1192
n = recv_timeout(c, &b, sizeof(b), 0, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_listen.c
712
n = recv_timeout(c0, &b, 1, 0, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_redir.c
185
n = recv_timeout(sd_peer, &recv_buf, 1, 0, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_redir.c
240
n = recv_timeout(sd_recv, &recv_buf, 1, 0, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
146
IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
207
recvd = recv_timeout(p, rcv, total + 1, MSG_DONTWAIT, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
259
recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
276
recvd = recv_timeout(p, rcv, sizeof(rcv), MSG_DONTWAIT, IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
334
IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
352
IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
402
IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
416
IO_TIMEOUT_SEC);
tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
418
IO_TIMEOUT_SEC);