Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/nolibc/
A Dtypes.h48 #ifndef FD_SETSIZE
49 #define FD_SETSIZE 256 macro
97 unsigned long fds[(FD_SETSIZE + FD_SETBITMASK) / FD_SETIDXMASK];
129 int __size = (FD_SETSIZE+FD_SETBITMASK) / FD_SETIDXMASK;\
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dfunc-select.rst111 ``FD_SETSIZE``.
/linux-6.3-rc2/tools/testing/selftests/net/
A Dnettest.c1656 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/
A Dpm_nl_ctl.c121 ret = select(FD_SETSIZE, &rfds, NULL, NULL, NULL); in capture_events()

Completed in 9 milliseconds