Home
last modified time | relevance | path

Searched refs:BITMAP_FIRST_WORD_MASK (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/testing/radix-tree/
Dbitmap.c10 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); in bitmap_clear()
/linux-6.1.9/tools/lib/
Dfind_bit.c56 mask = MUNGE(BITMAP_FIRST_WORD_MASK(__start)); \
/linux-6.1.9/tools/include/linux/
Dbitmap.h25 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/linux-6.1.9/lib/
Dfind_bit.c57 mask = MUNGE(BITMAP_FIRST_WORD_MASK(__start)); \
Dgenalloc.c90 unsigned long mask_to_set = BITMAP_FIRST_WORD_MASK(start); in bitmap_set_ll()
126 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); in bitmap_clear_ll()
Dbitmap.c367 unsigned long mask_to_set = BITMAP_FIRST_WORD_MASK(start); in __bitmap_set()
388 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); in __bitmap_clear()
/linux-6.1.9/include/linux/
Dbitmap.h237 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro