Searched refs:BITMAP_FIRST_WORD_MASK (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/lib/
H A Dfind_bit.c42 tmp &= BITMAP_FIRST_WORD_MASK(start); _find_next_bit()
160 tmp &= ext2_swab(BITMAP_FIRST_WORD_MASK(start)); _find_next_bit_le()
H A Dgenalloc.c90 unsigned long mask_to_set = BITMAP_FIRST_WORD_MASK(start); bitmap_set_ll()
125 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); bitmap_clear_ll()
H A Dbitmap.c257 unsigned long mask_to_set = BITMAP_FIRST_WORD_MASK(start); bitmap_set()
278 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); bitmap_clear()
/linux-4.1.27/include/linux/
H A Dbitmap.h175 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro

Completed in 543 milliseconds