Lines Matching refs:DAMON_MIN_REGION
21 #undef DAMON_MIN_REGION
22 #define DAMON_MIN_REGION 1 macro
246 DAMON_MIN_REGION), in damon_set_regions()
247 ALIGN(range->end, DAMON_MIN_REGION)); in damon_set_regions()
254 DAMON_MIN_REGION); in damon_set_regions()
255 last->ar.end = ALIGN(range->end, DAMON_MIN_REGION); in damon_set_regions()
609 if (sz < DAMON_MIN_REGION) in damon_region_sz_limit()
610 sz = DAMON_MIN_REGION; in damon_region_sz_limit()
852 r->ar.start, DAMON_MIN_REGION); in damos_skip_charged_region()
854 if (damon_sz_region(r) <= DAMON_MIN_REGION) in damos_skip_charged_region()
856 sz_to_skip = DAMON_MIN_REGION; in damos_skip_charged_region()
890 DAMON_MIN_REGION); in damos_apply_scheme()
1127 sz_region > 2 * DAMON_MIN_REGION; i++) { in damon_split_regions_of()
1133 sz_region / 10, DAMON_MIN_REGION); in damon_split_regions_of()