Home
last modified time | relevance | path

Searched refs:expect_eq_bitmap (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/lib/
H A Dtest_bitmap.c189 #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(tm in test_for_each_set_bit_from()
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_bitmap.c171 #define expect_eq_bitmap(...) __expect_eq(bitmap, ##__VA_ARGS__) macro
285 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace()
289 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace()
293 expect_eq_bitmap(bmap, exp3_0_1, nbits); in test_replace()
297 expect_eq_bitmap(bmap, exp3_1_0, nbits); in test_replace()
481 expect_eq_bitmap(bmap2, exp1, nbits); in test_bitmap_arr32()
619 expect_eq_bitmap(t->expected, out, t->nbits); in test_bitmap_cut()

Completed in 2 milliseconds