Searched refs:bitmap_weight (Results 1 – 6 of 6) sorted by relevance
34 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight() function
56 #define physids_weight(map) bitmap_weight((map).mask, MAX_APICS)
248 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight() function
196 return bitmap_weight(srcp->bits, nbits); in __cpus_weight()
204 return bitmap_weight(srcp->bits, nbits); in __nodes_weight()
401 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__adds_write()593 nr_sections = bitmap_weight(header->adds_features, HEADER_FEAT_BITS); in perf_header__process_sections()