Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/include/linux/
Dbitmap.h11 #define BITMAP_LAST_WORD_MASK(nbits) \ macro
33 return hweight_long(*src & BITMAP_LAST_WORD_MASK(nbits)); in bitmap_weight()
/external/linux-tools-perf/src/tools/perf/util/
Dbitmap.c18 w += hweight_long(bitmap[k] & BITMAP_LAST_WORD_MASK(bits)); in __bitmap_weight()