Searched refs:BITMAP_FIRST_WORD_MASK (Results 1 – 1 of 1) sorted by relevance
226 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro780 value_low = map[index] & BITMAP_FIRST_WORD_MASK(start); in bitmap_read()820 map[index] &= (fit ? (~(mask << offset)) : ~BITMAP_FIRST_WORD_MASK(start)); in bitmap_write()825 map[index + 1] &= BITMAP_FIRST_WORD_MASK(start + nbits); in bitmap_write()
Completed in 6 milliseconds