Searched refs:bitmap_and (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | linkmode.h | 26 bitmap_and(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_and()
|
| D | nodemask.h | 167 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_and()
|
| D | bitmap.h | 322 bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
|
| D | cpumask.h | 637 return bitmap_and(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_and()
|
| D | phy.h | 194 bitmap_and(dst, a, b, PHY_INTERFACE_MODE_MAX); in phy_interface_and()
|
| /include/net/ |
| D | ip_tunnels.h | 47 #define ip_tunnel_flags_and(...) __ipt_flag_op(bitmap_and, __VA_ARGS__)
|