Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dselect.c379 #define FDS_BITPERLONG (8*sizeof(long)) macro
380 #define FDS_LONGS(nr) (((nr)+FDS_BITPERLONG-1)/FDS_BITPERLONG)