Searched refs:expect_eq_bitmap (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/ |
| H A D | test_bitmap.c | 161 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) macro 377 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 381 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 385 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 389 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 423 expect_eq_bitmap(sg_gather_exp, bmap_gather, 100); in test_bitmap_sg() 428 expect_eq_bitmap(sg_scatter_exp, bmap_scatter, 100); in test_bitmap_sg() 435 expect_eq_bitmap(bmap_scatter, bmap_res, 100); in test_bitmap_sg() 697 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32() 726 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr64() [all …]
|