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

/linux-4.4.14/tools/include/linux/
H A Dkernel.h68 * (Don't use bitmap_copy_le() for now)
/linux-4.4.14/include/linux/
H A Dbitmap.h167 extern void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits);
169 #define bitmap_copy_le bitmap_copy macro
H A Duwb.h273 bitmap_copy_le(dst, mas->bm, UWB_NUM_MAS); uwb_mas_bm_copy_le()
/linux-4.4.14/lib/
H A Dbitmap.c1063 * bitmap_copy_le - copy a bitmap, putting the bits into little-endian order.
1071 void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_copy_le() function
1082 EXPORT_SYMBOL(bitmap_copy_le); variable

Completed in 129 milliseconds