Searched refs:bitmap_andnot (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | linkmode.h | 38 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot()
|
D | bitmap.h | 313 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
|
D | nodemask.h | 190 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()
|
D | cpumask.h | 448 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
|