Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbitmap.h123 extern bool __pure __bitmap_or_equal(const unsigned long *src1,
343 return __bitmap_or_equal(src1, src2, src3, nbits); in bitmap_or_equal()
/Linux-v5.4/lib/
Dbitmap.c62 bool __bitmap_or_equal(const unsigned long *bitmap1, in __bitmap_or_equal() function