Searched refs:__bitmap_or (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/tools/perf/util/include/linux/ |
D | bitmap.h | 8 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 43 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/linux-3.4.99/tools/perf/util/ |
D | bitmap.c | 23 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
|
/linux-3.4.99/include/linux/ |
D | bitmap.h | 103 extern void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 204 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/linux-3.4.99/lib/ |
D | bitmap.c | 197 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function 206 EXPORT_SYMBOL(__bitmap_or);
|