bitmap_weight      15 fs/omfs/bitmap.c 		sum += nbits - bitmap_weight(sbi->s_imap[i], nbits);
bitmap_weight    2145 fs/udf/super.c 		accum += bitmap_weight((const unsigned long *)(ptr + index),
bitmap_weight      32 include/asm-m32r/smp.h #define physids_weight(map)                     bitmap_weight((map).mask, MAX_APICS)
bitmap_weight     109 include/asm-x86/mpspec.h 	bitmap_weight((map).mask, MAX_APICS)
bitmap_weight     249 include/linux/cpumask.h 	return bitmap_weight(srcp->bits, nbits);
bitmap_weight     208 include/linux/nodemask.h 	return bitmap_weight(srcp->bits, nbits);
bitmap_weight     661 lib/bitmap.c   	w = bitmap_weight(new, bits);
bitmap_weight     703 lib/bitmap.c   	int w = bitmap_weight(new, bits);