Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dbitmap.h221 void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits);
223 #define bitmap_copy_le bitmap_copy macro
/linux-5.19.10/lib/
Dbitmap.c1391 void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy_le() function
1402 EXPORT_SYMBOL(bitmap_copy_le);