Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firmware/efi/libstub/
Dbitmap.c8 unsigned long mask_to_set = BITMAP_FIRST_WORD_MASK(start); in __bitmap_set()
28 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); in __bitmap_clear()
Dfind.c20 mask = MUNGE(BITMAP_FIRST_WORD_MASK(__start)); \
/Linux-v6.6/tools/testing/radix-tree/
Dbitmap.c10 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); in bitmap_clear()
/Linux-v6.6/tools/lib/
Dfind_bit.c56 mask = MUNGE(BITMAP_FIRST_WORD_MASK(__start)); \
/Linux-v6.6/tools/include/linux/
Dbitmap.h25 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/Linux-v6.6/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-v6.6/include/linux/
Dbitmap.h237 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro
/Linux-v6.6/fs/ntfs3/
Dbitmap.c1524 bitmap_ulong mask_to_set = cpu_to_ul(BITMAP_FIRST_WORD_MASK(start)); in ntfs_bitmap_set_le()
1544 bitmap_ulong mask_to_clear = cpu_to_ul(BITMAP_FIRST_WORD_MASK(start)); in ntfs_bitmap_clear_le()