Searched refs:expect_eq_bitmap (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/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() 614 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32() 641 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr64() 750 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit_wrap() 773 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit() 802 expect_eq_bitmap(tmp, copy, 500); in test_for_each_set_bit_from() [all …]
|