Home
last modified time | relevance | path

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

/linux/lib/
H A Dbitmap.c310 bool __bitmap_subset(const unsigned long *bitmap1, in __bitmap_subset() function
323 EXPORT_SYMBOL(__bitmap_subset);
/linux/include/linux/
H A Dbitmap.h177 bool __bitmap_subset(const unsigned long *bitmap1,
420 return __bitmap_subset(src1, src2, nbits); in bitmap_subset()