Searched refs:__bitmap_or (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/include/linux/ |
D | bitmap.h | 16 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 79 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/linux-6.12.1/tools/lib/ |
D | bitmap.c | 21 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
|
/linux-6.12.1/include/linux/ |
D | bitmap.h | 166 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 337 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/linux-6.12.1/lib/ |
D | bitmap.c | 245 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function 254 EXPORT_SYMBOL(__bitmap_or);
|