Searched refs:__bitmap_weight (Results 1 – 5 of 5) sorted by relevance
15 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits);71 return __bitmap_weight(src, nbits); in bitmap_weight()
8 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() function
338 unsigned int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight() function342 EXPORT_SYMBOL(__bitmap_weight);
179 unsigned int __bitmap_weight(const unsigned long *bitmap, unsigned int nbits);446 return __bitmap_weight(src, nbits); in bitmap_weight()
1489 if (__bitmap_weight(symbol_conf.parallelism_filter, MAX_NR_CPUS + 1) == 0) in hist_entry__check_and_remove_filter()