Searched refs:__bitmap_and (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/tools/include/linux/ |
D | bitmap.h | 16 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 148 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/Linux-v5.4/tools/lib/ |
D | bitmap.c | 60 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function
|
/Linux-v5.4/include/linux/ |
D | bitmap.h | 133 extern int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, 272 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and()
|
/Linux-v5.4/lib/ |
D | bitmap.c | 171 int __bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_and() function 185 EXPORT_SYMBOL(__bitmap_and);
|