Home
last modified time | relevance | path

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

/include/linux/
Dlinkmode.h15 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
Dbitmap.h226 #define bitmap_copy_le bitmap_copy
255 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() function
268 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
Dcpumask.h600 bitmap_copy(cpumask_bits(dstp), cpumask_bits(srcp), nr_cpumask_bits); in cpumask_copy()