Home
last modified time | relevance | path

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

/tools/lib/
A Dbitmap.c109 unsigned long mask_to_set = BITMAP_FIRST_WORD_MASK(start); in __bitmap_set()
129 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); in __bitmap_clear()
A Dfind_bit.c56 mask = MUNGE(BITMAP_FIRST_WORD_MASK(__start)); \
/tools/include/linux/
A Dbitmap.h27 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro

Completed in 21 milliseconds