Searched refs:__bitmap_weighted_or (Results 1 – 2 of 2) sorted by relevance
359 unsigned int __bitmap_weighted_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_weighted_or() function364 EXPORT_SYMBOL(__bitmap_weighted_or);
171 unsigned int __bitmap_weighted_or(unsigned long *dst, const unsigned long *bitmap1,358 return __bitmap_weighted_or(dst, src1, src2, nbits); in bitmap_weighted_or()