Lines Matching full:20
57 * For example, suppose virtual address ranges of 10-20, 20-25, 200-210,
59 * more short form: 10-20-25, 200-210-220, 300-305, 307-330) of a process are
70 /* 10-20-25, 200-210-220, 300-305, 307-330 */ in damon_test_three_regions_in_vmas()
72 (struct vm_area_struct) {.vm_start = 10, .vm_end = 20}, in damon_test_three_regions_in_vmas()
73 (struct vm_area_struct) {.vm_start = 20, .vm_end = 25}, in damon_test_three_regions_in_vmas()
157 * slightly changed. Target regions should adjust their boundary (10-20-30,
163 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1()
164 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions1()
171 /* 5-20-27, 45-55, 73-80-90-104 */ in damon_test_apply_three_regions1()
172 unsigned long expected[] = {5, 20, 20, 27, 45, 55, in damon_test_apply_three_regions1()
185 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2()
186 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions2()
193 /* 5-20-27, 56-57, 65-80-90-104 */ in damon_test_apply_three_regions2()
194 unsigned long expected[] = {5, 20, 20, 27, 56, 57, in damon_test_apply_three_regions2()
209 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions3()
210 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions3()
217 /* 5-20-27, 61-63, 65-80-90-104 */ in damon_test_apply_three_regions3()
218 unsigned long expected[] = {5, 20, 20, 27, 61, 63, in damon_test_apply_three_regions3()
234 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions4()
235 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions4()