Searched refs:__bitmap_weight (Results 1 – 3 of 3) 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
1558 if (__bitmap_weight(symbol_conf.parallelism_filter, MAX_NR_CPUS + 1) == 0) in hist_entry__check_and_remove_filter()
Completed in 23 milliseconds