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