Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/linux/
Dbitmap.h26 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/linux-6.12.1/include/linux/
Dbitmap.h226 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro