Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbitmap.h158 int __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1,
318 return __bitmap_andnot(dst, src1, src2, nbits); in bitmap_andnot()
/Linux-v5.15/lib/
Dbitmap.c278 int __bitmap_andnot(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_andnot() function
292 EXPORT_SYMBOL(__bitmap_andnot);