Searched refs:BITMAP_FIRST_WORD_MASK (Results 1 – 2 of 2) sorted by relevance
43 tmp &= BITMAP_FIRST_WORD_MASK(start); in _find_next_bit()
17 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro