Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dbitmap.h135 extern int __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1,
306 return __bitmap_andnot(dst, src1, src2, nbits); in bitmap_andnot()
/linux-4.19.296/lib/
Dbitmap.c194 int __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_andnot() function
208 EXPORT_SYMBOL(__bitmap_andnot);