Home
last modified time | relevance | path

Searched refs:__bitmap_or (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/include/linux/
Dbitmap.h11 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/
Dbitmap.c23 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
/linux-4.4.14/include/linux/
Dbitmap.h102 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/
Dbitmap.c169 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
178 EXPORT_SYMBOL(__bitmap_or);