__bitmap_andnot   139 include/linux/bitmap.h extern int __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1,
__bitmap_andnot   298 include/linux/bitmap.h 	return __bitmap_andnot(dst, src1, src2, nbits);
__bitmap_andnot   223 lib/bitmap.c   EXPORT_SYMBOL(__bitmap_andnot);