Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/include/
Dlos_bitmap.h60 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) % BITMAP_BITS_PER_WORD)) macro
/kernel/linux/linux-5.10/tools/include/linux/
Dbitmap.h22 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/kernel/linux/linux-5.10/include/linux/
Dbitmap.h224 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro