Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/util/include/linux/
Dbitmap.h8 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/
Dbitmap.c23 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
/linux-3.4.99/include/linux/
Dbitmap.h103 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/
Dbitmap.c197 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
206 EXPORT_SYMBOL(__bitmap_or);