Home
last modified time | relevance | path

Searched defs:BITMAP_LAST_WORD_MASK (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/include/linux/
Dbitmap.h22 #define BITMAP_LAST_WORD_MASK(nbits) \ macro
/Linux-v5.4/include/linux/
Dbitmap.h209 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) macro