Home
last modified time | relevance | path

Searched refs:bitmap_andnot (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dlinkmode.h38 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot()
Dbitmap.h313 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
Dnodemask.h190 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()
Dcpumask.h448 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()