Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dpoll.h121 #define FDS_BITPERLONG (8*sizeof(long)) macro
122 #define FDS_LONGS(nr) (((nr)+FDS_BITPERLONG-1)/FDS_BITPERLONG)