Lines Matching full:27
156 /* 5-27, 45-55, 73-104 */ in damon_test_apply_three_regions1()
158 (struct damon_addr_range){.start = 5, .end = 27}, in damon_test_apply_three_regions1()
161 /* 5-20-27, 45-55, 73-80-90-104 */ in damon_test_apply_three_regions1()
162 unsigned long expected[] = {5, 20, 20, 27, 45, 55, in damon_test_apply_three_regions1()
178 /* 5-27, 56-57, 65-104 */ in damon_test_apply_three_regions2()
180 (struct damon_addr_range){.start = 5, .end = 27}, in damon_test_apply_three_regions2()
183 /* 5-20-27, 56-57, 65-80-90-104 */ in damon_test_apply_three_regions2()
184 unsigned long expected[] = {5, 20, 20, 27, 56, 57, in damon_test_apply_three_regions2()
202 /* 5-27, 61-63, 65-104 */ in damon_test_apply_three_regions3()
204 (struct damon_addr_range){.start = 5, .end = 27}, in damon_test_apply_three_regions3()
207 /* 5-20-27, 61-63, 65-80-90-104 */ in damon_test_apply_three_regions3()
208 unsigned long expected[] = {5, 20, 20, 27, 61, 63, in damon_test_apply_three_regions3()