Home
last modified time | relevance | path

Searched refs:bitmap_or_equal (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbitmap.h387 * bitmap_or_equal - Check whether the or of two bitmaps is equal to a third
396 bool bitmap_or_equal(const unsigned long *src1, const unsigned long *src2, in bitmap_or_equal() function
H A Dcpumask.h788 return bitmap_or_equal(cpumask_bits(src1p), cpumask_bits(src2p), in cpumask_or_equal()