Lines Matching full:59
165 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions1()
166 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions1()
183 * now require two target regions (50-55, 57-59) to be removed.
187 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions2()
188 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions2()
205 * different area (50-59 -> 61-63). The target regions which were in the old
206 * second big region (50-55-57-59) should be removed and new target region
211 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions3()
212 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions3()
228 * Test another big change. Both of the second and third big regions (50-59
236 /* 10-20-30, 50-55-57-59, 70-80-90-100 */ in damon_test_apply_three_regions4()
237 unsigned long regions[] = {10, 20, 20, 30, 50, 55, 55, 57, 57, 59, in damon_test_apply_three_regions4()
302 damon_test_split_evenly_succ(test, 5, 59, 5); in damon_test_split_evenly()