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