Home
last modified time | relevance | path

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

/xen/xen/common/
A Dbitmap.c220 unsigned long mask_to_set = BITMAP_FIRST_WORD_MASK(start); in __bitmap_set()
240 unsigned long mask_to_clear = BITMAP_FIRST_WORD_MASK(start); in __bitmap_clear()
/xen/xen/include/xen/
A Dbitmap.h240 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro

Completed in 3 milliseconds