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

/linux-master/tools/include/linux/
H A Dbitmap.h14 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits);
68 return __bitmap_weight(src, nbits);
/linux-master/tools/lib/
H A Dbitmap.c8 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits) function
/linux-master/include/linux/
H A Dbitmap.h175 unsigned int __bitmap_weight(const unsigned long *bitmap, unsigned int nbits);
424 return __bitmap_weight(src, nbits);
/linux-master/lib/
H A Dbitmap.c338 unsigned int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) function
342 EXPORT_SYMBOL(__bitmap_weight); variable

Completed in 99 milliseconds