Searched refs:bitmap_weight (Results 1 – 3 of 3) sorted by relevance
302 static inline int bitmap_weight(const unsigned long *src, unsigned int nbits) in bitmap_weight() function
475 return bitmap_weight(cpumask_bits(srcp), nr_cpumask_bits); in cpumask_weight()976 return bitmap_weight(srcp->bits, nbits); in __cpus_weight()
231 return bitmap_weight(srcp->bits, nbits); in __nodes_weight()