Searched refs:BITMAP_LAST_WORD_MASK (Results 1 – 1 of 1) sorted by relevance
34 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) macro2706 mask_to_set &= BITMAP_LAST_WORD_MASK(size); in bitmap_set()