Searched refs:BITMAP_LAST_WORD_MASK (Results 1 – 3 of 3) sorted by relevance
21 #define BITMAP_LAST_WORD_MASK(nbits) ( ((nbits) % BITS_PER_LONG) ? (1UL<<((nbits) % BITS_PER_L… macro
45 #define NODE_MASK_LAST_WORD BITMAP_LAST_WORD_MASK(MAX_NUMNODES)
43 #define CPU_MASK_LAST_WORD BITMAP_LAST_WORD_MASK(NR_CPUS)