Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbitmap.h100 extern int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
217 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
/linux-4.4.14/lib/
Dbitmap.c153 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
167 EXPORT_SYMBOL(__bitmap_and);