Lines Matching refs:expected
115 * expected start/end addresses of monitoring target regions that
117 * nr_expected the number of addresses in 'expected'
127 * as expected.
132 unsigned long *expected, int nr_expected)
148 KUNIT_EXPECT_EQ(test, r->ar.start, expected[i * 2]);
149 KUNIT_EXPECT_EQ(test, r->ar.end, expected[i * 2 + 1]);
172 unsigned long expected[] = {5, 20, 20, 27, 45, 55,
176 new_three_regions, expected, ARRAY_SIZE(expected));
194 unsigned long expected[] = {5, 20, 20, 27, 56, 57,
198 new_three_regions, expected, ARRAY_SIZE(expected));
218 unsigned long expected[] = {5, 20, 20, 27, 61, 63,
222 new_three_regions, expected, ARRAY_SIZE(expected));
243 unsigned long expected[] = {5, 7, 30, 32, 65, 68};
246 new_three_regions, expected, ARRAY_SIZE(expected));