Searched refs:__bitmap_or (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/include/linux/ |
D | bitmap.h | 14 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 79 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/Linux-v4.19/tools/lib/ |
D | bitmap.c | 23 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
|
/Linux-v4.19/include/linux/ |
D | bitmap.h | 131 extern void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 284 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/Linux-v4.19/lib/ |
D | bitmap.c | 171 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function 180 EXPORT_SYMBOL(__bitmap_or);
|