Searched defs:BITMAP_FIRST_WORD_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/include/linux/
H A Dbitmap.h25 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/linux-master/include/linux/
H A Dbitmap.h222 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro

Completed in 100 milliseconds