Searched refs:__bitmap_or (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/util/include/linux/ |
D | bitmap.h | 11 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 46 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/linux-4.4.14/tools/perf/util/ |
D | bitmap.c | 23 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
|
/linux-4.4.14/include/linux/ |
D | bitmap.h | 102 extern void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 226 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/linux-4.4.14/lib/ |
D | bitmap.c | 169 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function 178 EXPORT_SYMBOL(__bitmap_or);
|