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 340 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 344 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 348 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 352 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 382 expect_eq_bitmap(sg_gather_exp, bmap_gather, nbits); in test_bitmap_sg() 387 expect_eq_bitmap(sg_scatter_exp, bmap_scatter, nbits); in test_bitmap_sg() 393 expect_eq_bitmap(bmap_scatter, bmap_res, nbits); in test_bitmap_sg() 656 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32() 685 expect_eq_bitmap(bmap in test_bitmap_arr64() [all...] |