Searched refs:__bitmap_and (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/tools/include/linux/ |
| D | bitmap.h | 16 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 147 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
| /Linux-v4.19/tools/lib/ |
| D | bitmap.c | 62 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
|
| /Linux-v4.19/include/linux/ |
| D | bitmap.h | 129 extern int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 275 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
| /Linux-v4.19/lib/ |
| D | bitmap.c | 155 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function 169 EXPORT_SYMBOL(__bitmap_and);
|