Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/nolibc/
Dtypes.h71 #ifndef FD_SETSIZE
72 #define FD_SETSIZE 256 macro
123 unsigned long fds[(FD_SETSIZE + FD_SETBITMASK) / FD_SETIDXMASK];
155 int __size = (FD_SETSIZE+FD_SETBITMASK) / FD_SETIDXMASK;\
/linux-6.6.21/Documentation/userspace-api/media/v4l/
Dfunc-select.rst111 ``FD_SETSIZE``.
/linux-6.6.21/tools/testing/selftests/net/
Dnettest.c1681 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
/linux-6.6.21/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c127 ret = select(FD_SETSIZE, &rfds, NULL, NULL, NULL); in capture_events()