Home
last modified time | relevance | path

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

/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()
/tools/perf/util/
Dbitmap.c23 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function