Searched refs:expect_eq_bitmap (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/lib/ |
D | test_bitmap.c | 189 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) macro 368 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 372 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 376 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 380 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 410 expect_eq_bitmap(sg_gather_exp, bmap_gather, nbits); in test_bitmap_sg() 415 expect_eq_bitmap(sg_scatter_exp, bmap_scatter, nbits); in test_bitmap_sg() 421 expect_eq_bitmap(bmap_scatter, bmap_res, nbits); in test_bitmap_sg() 684 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32() 713 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr64() [all …]
|