Home
last modified time | relevance | path

Searched defs:BITMAP_LAST_WORD_MASK (Results 1 - 5 of 5) sorted by relevance

/kernel/liteos_a/kernel/include/
H A Dlos_bitmap.h61 #define BITMAP_LAST_WORD_MASK(nbits) \ macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dbitmap.h26 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Dbitmap.h24 #define BITMAP_LAST_WORD_MASK(nbits) \ macro
/kernel/linux/linux-5.10/include/linux/
H A Dbitmap.h233 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) macro
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dbitmap.h238 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) macro
[all...]

Completed in 4 milliseconds