BITMAP_LAST_WORD_MASK 176 include/linux/bitmap.h dst[nlongs - 1] = BITMAP_LAST_WORD_MASK(nbits); BITMAP_LAST_WORD_MASK 194 include/linux/bitmap.h return (*dst = *src1 & *src2 & BITMAP_LAST_WORD_MASK(nbits)) != 0; BITMAP_LAST_WORD_MASK 220 include/linux/bitmap.h return (*dst = *src1 & ~(*src2) & BITMAP_LAST_WORD_MASK(nbits)) != 0; BITMAP_LAST_WORD_MASK 237 include/linux/bitmap.h return ! ((*src1 ^ *src2) & BITMAP_LAST_WORD_MASK(nbits)); BITMAP_LAST_WORD_MASK 246 include/linux/bitmap.h return ((*src1 & *src2) & BITMAP_LAST_WORD_MASK(nbits)) != 0; BITMAP_LAST_WORD_MASK 255 include/linux/bitmap.h return ! ((*src1 & ~(*src2)) & BITMAP_LAST_WORD_MASK(nbits)); BITMAP_LAST_WORD_MASK 263 include/linux/bitmap.h return ! (*src & BITMAP_LAST_WORD_MASK(nbits)); BITMAP_LAST_WORD_MASK 271 include/linux/bitmap.h return ! (~(*src) & BITMAP_LAST_WORD_MASK(nbits)); BITMAP_LAST_WORD_MASK 279 include/linux/bitmap.h return hweight_long(*src & BITMAP_LAST_WORD_MASK(nbits)); BITMAP_LAST_WORD_MASK 287 include/linux/bitmap.h *dst = (*src & BITMAP_LAST_WORD_MASK(nbits)) >> n; BITMAP_LAST_WORD_MASK 296 include/linux/bitmap.h *dst = (*src << n) & BITMAP_LAST_WORD_MASK(nbits); BITMAP_LAST_WORD_MASK 814 include/linux/cpumask.h #define CPU_MASK_LAST_WORD BITMAP_LAST_WORD_MASK(NR_CPUS) BITMAP_LAST_WORD_MASK 281 include/linux/nodemask.h #define NODE_MASK_LAST_WORD BITMAP_LAST_WORD_MASK(MAX_NUMNODES)