Home
last modified time | relevance | path

Searched refs:bitmap_and (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dlinkmode.h26 bitmap_and(dst, a, b, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_and()
Dnodemask.h167 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_and()
Dbitmap.h322 bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
Dcpumask.h637 return bitmap_and(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_and()
Dphy.h194 bitmap_and(dst, a, b, PHY_INTERFACE_MODE_MAX); in phy_interface_and()
/include/net/
Dip_tunnels.h47 #define ip_tunnel_flags_and(...) __ipt_flag_op(bitmap_and, __VA_ARGS__)