Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/linux/
A Dbitmap.h14 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits);
68 return __bitmap_weight(src, nbits); in bitmap_weight()
/linux-6.3-rc2/tools/lib/
A Dbitmap.c8 unsigned int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() function
/linux-6.3-rc2/include/linux/
A Dbitmap.h167 unsigned int __bitmap_weight(const unsigned long *bitmap, unsigned int nbits);
441 return __bitmap_weight(src, nbits); in bitmap_weight()
/linux-6.3-rc2/lib/
A Dbitmap.c349 unsigned int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight() function
353 EXPORT_SYMBOL(__bitmap_weight);

Completed in 13 milliseconds