Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
A Dfunc-select.rst111 ``FD_SETSIZE``.
/linux/tools/include/nolibc/
A Dnolibc.h158 #define FD_SETSIZE 256 macro
159 typedef struct { uint32_t fd32[FD_SETSIZE/32]; } fd_set;
2537 if (fd < 0 || fd >= FD_SETSIZE) in FD_SET()
/linux/tools/testing/selftests/net/
A Dnettest.c1584 rc = select(FD_SETSIZE, NULL, &wfd, NULL, tv); in wait_for_connect()

Completed in 17 milliseconds