Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Dbitmap.h17 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1,
98 __bitmap_or(dst, src1, src2, nbits); in bitmap_alloc()
/linux/tools/lib/
H A Dbitmap.c21 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
/linux/lib/
H A Dbitmap.c246 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
255 EXPORT_SYMBOL(__bitmap_or);
/linux/include/linux/
H A Dbitmap.h169 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1,
347 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()