Searched refs:__bitmap_or (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/include/linux/ |
H A D | bitmap.h | 16 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 79 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/openbmc/linux/tools/lib/ |
H A D | bitmap.c | 21 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
|
/openbmc/linux/include/linux/ |
H A D | bitmap.h | 158 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 350 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/openbmc/linux/lib/ |
H A D | bitmap.c | 256 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function 265 EXPORT_SYMBOL(__bitmap_or);
|