Searched refs:expect_eq_bitmap (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_bitmap.c | 656 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32() 685 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr64() 798 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit_wrap() 821 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bit() 850 expect_eq_bitmap(tmp, copy, 500); in test_for_each_set_bit_from() 873 expect_eq_bitmap(orig, copy, 500); in test_for_each_clear_bit() 902 expect_eq_bitmap(tmp, copy, 500); in test_for_each_clear_bit_from() 925 expect_eq_bitmap(orig, copy, 500); in test_for_each_set_bitrange() 947 expect_eq_bitmap(orig, copy, 500); in test_for_each_clear_bitrange() 976 expect_eq_bitmap(tmp, copy, 500); in test_for_each_set_bitrange_from() [all …]
|