Lines Matching full:20
64 * For example, suppose virtual address ranges of 10-20, 20-25, 200-210,
66 * more short form: 10-20-25, 200-210-220, 300-305, 307-330) of a process are
76 /* 10-20-25, 200-210-220, 300-305, 307-330 */ in damon_test_three_regions_in_vmas()
78 (struct vm_area_struct) {.vm_start = 10, .vm_end = 20}, in damon_test_three_regions_in_vmas()
79 (struct vm_area_struct) {.vm_start = 20, .vm_end = 25}, in damon_test_three_regions_in_vmas()
163 * slightly changed. Target regions should adjust their boundary (10-20-30,
169 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1()
170 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions1()
177 /* 5-20-27, 45-55, 73-80-90-104 */ in damon_test_apply_three_regions1()
178 unsigned long expected[] = {5, 20, 20, 27, 45, 55, in damon_test_apply_three_regions1()
191 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2()
192 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions2()
199 /* 5-20-27, 56-57, 65-80-90-104 */ in damon_test_apply_three_regions2()
200 unsigned long expected[] = {5, 20, 20, 27, 56, 57, in damon_test_apply_three_regions2()
215 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions3()
216 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions3()
223 /* 5-20-27, 61-63, 65-80-90-104 */ in damon_test_apply_three_regions3()
224 unsigned long expected[] = {5, 20, 20, 27, 61, 63, in damon_test_apply_three_regions3()
240 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions4()
241 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions4()