Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dtypes.h73 #ifndef FD_SETSIZE
74 #define FD_SETSIZE 256 macro
122 unsigned long fds[(FD_SETSIZE + FD_SETBITMASK) / FD_SETIDXMASK];
154 int __size = (FD_SETSIZE+FD_SETBITMASK) / FD_SETIDXMASK;\
/linux/Documentation/userspace-api/media/v4l/
H A Dfunc-select.rst111 ``FD_SETSIZE``.
/linux/tools/testing/selftests/net/
H A Dnettest.c1681 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c121 ret = select(FD_SETSIZE, &rfds, NULL, NULL, NULL); in capture_events()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c4105 for (int i = prev_fd + 1; i < FD_SETSIZE; ++i) { in get_next_fd()