Searched refs:__bitmap_equal (Results 1 – 5 of 5) sorted by relevance
/linux/tools/include/linux/ |
H A D | bitmap.h | 20 bool __bitmap_equal(const unsigned long *bitmap1, 140 return __bitmap_equal(src1, src2, nbits); in bitmap_equal()
|
/linux/tools/lib/ |
H A D | bitmap.c | 75 bool __bitmap_equal(const unsigned long *bitmap1, in __bitmap_equal() function
|
/linux/lib/ |
H A D | test_bitmap.c | 542 && !__bitmap_equal(bmap, ptest.expected, ptest.nbits)) { in test_bitmap_parselist() 659 && !__bitmap_equal(bmap, test.expected, test.nbits)) { in test_bitmap_parse() 752 if (!__bitmap_equal(bmap1, bmap2, 1024)) { in test_mem_optimisations() 763 if (!__bitmap_equal(bmap1, bmap2, 1024)) { in test_mem_optimisations()
|
H A D | bitmap.c | 37 bool __bitmap_equal(const unsigned long *bitmap1, in __bitmap_equal() function 51 EXPORT_SYMBOL(__bitmap_equal);
|
/linux/include/linux/ |
H A D | bitmap.h | 150 bool __bitmap_equal(const unsigned long *bitmap1, 383 return __bitmap_equal(src1, src2, nbits); in bitmap_equal()
|