Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dselect.c381 #define FDS_BITPERLONG (8*sizeof(long)) macro
382 #define FDS_LONGS(nr) (((nr)+FDS_BITPERLONG-1)/FDS_BITPERLONG)
/kernel/linux/linux-6.6/fs/
H A Dselect.c382 #define FDS_BITPERLONG (8*sizeof(long)) macro
383 #define FDS_LONGS(nr) (((nr)+FDS_BITPERLONG-1)/FDS_BITPERLONG)

Completed in 4 milliseconds