Home
last modified time | relevance | path

Searched refs:__bitmap_shift_right (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dbitmap.h147 extern void __bitmap_shift_right(unsigned long *dst, const unsigned long *src,
447 __bitmap_shift_right(dst, src, shift, nbits); in bitmap_shift_right()
/kernel/linux/linux-6.6/include/linux/
H A Dbitmap.h146 void __bitmap_shift_right(unsigned long *dst, const unsigned long *src,
489 __bitmap_shift_right(dst, src, shift, nbits); in bitmap_shift_right()
/kernel/linux/linux-5.10/lib/
H A Dbitmap.c93 * __bitmap_shift_right - logical right shift of the bits in a bitmap
103 void __bitmap_shift_right(unsigned long *dst, const unsigned long *src, in __bitmap_shift_right() function
133 EXPORT_SYMBOL(__bitmap_shift_right); variable
/kernel/linux/linux-6.6/lib/
H A Dbitmap.c93 * __bitmap_shift_right - logical right shift of the bits in a bitmap
103 void __bitmap_shift_right(unsigned long *dst, const unsigned long *src, in __bitmap_shift_right() function
133 EXPORT_SYMBOL(__bitmap_shift_right); variable

Completed in 6 milliseconds