Searched refs:bitmap_copy (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| A D | linkmode.h | 20 bitmap_copy(dst, src, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_copy()
|
| A D | bitmap.h | 252 void bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy() function 268 bitmap_copy(dst, src, nbits); in bitmap_copy_clear_tail()
|
| A D | nodemask.h | 194 bitmap_copy(dstp->bits, srcp->bits, nbits); in __nodes_copy()
|
| A D | cpumask.h | 915 bitmap_copy(cpumask_bits(dstp), cpumask_bits(srcp), large_cpumask_bits); in cpumask_copy()
|
| /include/net/ |
| A D | ip_tunnels.h | 46 #define ip_tunnel_flags_copy(...) __ipt_flag_op(bitmap_copy, __VA_ARGS__)
|
Completed in 14 milliseconds