Lines Matching full:59
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()
187 * now require two target regions (50-55, 57-59) to be removed.
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()
209 * different area (50-59 -> 61-63). The target regions which were in the old
210 * second big region (50-55-57-59) should be removed and new target region
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()
232 * Test another big change. Both of the second and third big regions (50-59
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()
281 r = damon_new_region(5, 59); in damon_test_split_evenly()
294 KUNIT_EXPECT_EQ(test, r->ar.end, 59ul); in damon_test_split_evenly()