Home
last modified time | relevance | path

Searched refs:bitmap_copy_le (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dbitmap.h196 extern void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits);
198 #define bitmap_copy_le bitmap_copy macro
Duwb.h273 bitmap_copy_le(dst, mas->bm, UWB_NUM_MAS); in uwb_mas_bm_copy_le()
/Linux-v4.19/lib/
Dbitmap.c1115 void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy_le() function
1126 EXPORT_SYMBOL(bitmap_copy_le);