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.h152 bool __pure __bitmap_or_equal(const unsigned long *src1,
400 return __bitmap_or_equal(src1, src2, src3, nbits); in bitmap_or_equal()
/linux/lib/
H A Dbitmap.c53 bool __bitmap_or_equal(const unsigned long *bitmap1, in __bitmap_or_equal() function