Home
last modified time | relevance | path

Searched refs:__bitmap_weight (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/linux/
H A Dbitmap.h15 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits);
70 return __bitmap_weight(src, nbits); in bitmap_weight()
/linux/tools/lib/
H A Dbitmap.c8 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() function
/linux/include/linux/
H A Dbitmap.h179 unsigned int __bitmap_weight(const unsigned long *bitmap, unsigned int nbits);
442 return __bitmap_weight(src, nbits); in bitmap_weight()
/linux/lib/
H A Dbitmap.c338 unsigned int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight() function
342 EXPORT_SYMBOL(__bitmap_weight);