__bitmap_and      133 include/linux/bitmap.h extern int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
__bitmap_and      272 include/linux/bitmap.h 	return __bitmap_and(dst, src1, src2, nbits);
__bitmap_and      185 lib/bitmap.c   EXPORT_SYMBOL(__bitmap_and);
__bitmap_and       16 tools/include/linux/bitmap.h int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
__bitmap_and      148 tools/include/linux/bitmap.h 	return __bitmap_and(dst, src1, src2, nbits);