Searched refs:expect_eq_bitmap (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/lib/ |
D | test_bitmap.c | 189 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) macro 345 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 349 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 353 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace() 357 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace() 620 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32() 649 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr64() 762 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit_wrap() 785 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit() 814 expect_eq_bitmap(tmp, copy, 500); in test_for_each_set_bit_from() [all …]
|