Searched refs:__bitmap_or (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | bitmap.h | 14 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 82 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | bitmap.h | 15 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 77 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/kernel/linux/linux-5.10/tools/lib/ |
H A D | bitmap.c | 21 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
|
/kernel/linux/linux-6.6/tools/lib/ |
H A D | bitmap.c | 21 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bitmap.h | 156 extern void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 305 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bitmap.h | 154 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, 332 __bitmap_or(dst, src1, src2, nbits); in bitmap_or()
|
/kernel/linux/linux-5.10/lib/ |
H A D | bitmap.c | 256 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function 265 EXPORT_SYMBOL(__bitmap_or); variable
|
/kernel/linux/linux-6.6/lib/ |
H A D | bitmap.c | 256 void __bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in __bitmap_or() function 265 EXPORT_SYMBOL(__bitmap_or); variable
|
Completed in 9 milliseconds