Searched refs:bitmap_andnot (Results 1 – 5 of 5) sorted by relevance
| /include/linux/ |
| D | linkmode.h | 44 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot()
|
| D | nodemask.h | 191 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()
|
| D | bitmap.h | 351 bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
|
| D | cpumask.h | 681 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
|
| /include/net/ |
| D | ip_tunnels.h | 234 __ipt_flag_op(bitmap_andnot, flags, flags, present); in ip_tunnel_clear_options_present()
|