__bitmap_weight   675 arch/x86/events/amd/core.c 	active = __bitmap_weight(cpuc->active_mask, X86_PMC_IDX_MAX);
__bitmap_weight   145 include/linux/bitmap.h extern int __bitmap_weight(const unsigned long *bitmap, unsigned int nbits);
__bitmap_weight   386 include/linux/bitmap.h 	return __bitmap_weight(src, nbits);
__bitmap_weight   268 lib/bitmap.c   EXPORT_SYMBOL(__bitmap_weight);
__bitmap_weight   726 lib/bitmap.c   	return __bitmap_weight(buf, pos);
__bitmap_weight    13 tools/include/linux/bitmap.h int __bitmap_weight(const unsigned long *bitmap, int bits);
__bitmap_weight    71 tools/include/linux/bitmap.h 	return __bitmap_weight(src, nbits);