__bitmap_weighted_xor
unsigned int __bitmap_weighted_xor(unsigned long *dst, const unsigned long *bitmap1,
return __bitmap_weighted_xor(dst, src1, src2, nbits);
EXPORT_SYMBOL(__bitmap_weighted_xor);