Lines Matching full:expected
119 * expected start/end addresses of monitoring target regions that
121 * nr_expected the number of addresses in 'expected'
131 * as expected.
136 unsigned long *expected, int nr_expected) in damon_do_test_apply_three_regions() argument
154 KUNIT_EXPECT_EQ(test, r->ar.start, expected[i * 2]); in damon_do_test_apply_three_regions()
155 KUNIT_EXPECT_EQ(test, r->ar.end, expected[i * 2 + 1]); in damon_do_test_apply_three_regions()
178 unsigned long expected[] = {5, 20, 20, 27, 45, 55, in damon_test_apply_three_regions1() local
182 new_three_regions, expected, ARRAY_SIZE(expected)); in damon_test_apply_three_regions1()
200 unsigned long expected[] = {5, 20, 20, 27, 56, 57, in damon_test_apply_three_regions2() local
204 new_three_regions, expected, ARRAY_SIZE(expected)); in damon_test_apply_three_regions2()
224 unsigned long expected[] = {5, 20, 20, 27, 61, 63, in damon_test_apply_three_regions3() local
228 new_three_regions, expected, ARRAY_SIZE(expected)); in damon_test_apply_three_regions3()
249 unsigned long expected[] = {5, 7, 30, 32, 65, 68}; in damon_test_apply_three_regions4() local
252 new_three_regions, expected, ARRAY_SIZE(expected)); in damon_test_apply_three_regions4()