Home
last modified time | relevance | path

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

/linux/lib/
H A Dbitmap.c366 unsigned int __bitmap_weighted_xor(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_weighted_xor() function
371 EXPORT_SYMBOL(__bitmap_weighted_xor);
/linux/include/linux/
H A Dbitmap.h173 unsigned int __bitmap_weighted_xor(unsigned long *dst, const unsigned long *bitmap1,
370 return __bitmap_weighted_xor(dst, src1, src2, nbits); in bitmap_weighted_xor()