Home
last modified time | relevance | path

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

/xen/xen/common/
A Dbitmap.c187 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() function
200 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() function
213 EXPORT_SYMBOL(__bitmap_weight);
/xen/xen/include/xen/
A Dbitmap.h87 extern int __bitmap_weight(const unsigned long *bitmap, int bits);
229 return __bitmap_weight(src, nbits); in bitmap_weight()

Completed in 4 milliseconds