Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbitmap.h140 bool __pure __bitmap_or_equal(const unsigned long *src1,
396 return __bitmap_or_equal(src1, src2, src3, nbits); in bitmap_or_equal()
/Linux-v6.1/lib/
Dbitmap.c64 bool __bitmap_or_equal(const unsigned long *bitmap1, in __bitmap_or_equal() function