Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/nolibc/
Dtypes.h48 #ifndef FD_SETSIZE
49 #define FD_SETSIZE 256 macro
94 uint32_t fd32[(FD_SETSIZE + 31) / 32];
123 for (__idx = 0; __idx < (FD_SETSIZE+31) / 32; __idx ++) \
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dfunc-select.rst111 ``FD_SETSIZE``.
/Linux-v6.1/tools/testing/selftests/net/
Dnettest.c1619 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()
/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dpm_nl_ctl.c121 ret = select(FD_SETSIZE, &rfds, NULL, NULL, NULL); in capture_events()