Home
last modified time | relevance | path

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

/include/linux/
Dbitmap.h242 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() function
Dcpumask.h397 return bitmap_andnot(cpumask_bits(dstp), cpumask_bits(src1p), in cpumask_andnot()
943 return bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __cpus_andnot()
Dnodemask.h181 bitmap_andnot(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_andnot()