Home
last modified time | relevance | path

Searched refs:__FD_SETSIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dposix_types.h22 #undef __FD_SETSIZE
23 #define __FD_SETSIZE 1024 macro
26 unsigned long fds_bits[__FD_SETSIZE / (8 * sizeof(long))];
/openbmc/u-boot/include/linux/
H A Dposix_types.h24 #undef __FD_SETSIZE
25 #define __FD_SETSIZE 1024 macro
28 #define __FDSET_LONGS (__FD_SETSIZE/__NFDBITS)