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()
612 if (sz < DAMON_MIN_REGION) in damon_region_sz_limit()
613 sz = DAMON_MIN_REGION; in damon_region_sz_limit()
855 r->ar.start, DAMON_MIN_REGION); in damos_skip_charged_region()
857 if (damon_sz_region(r) <= DAMON_MIN_REGION) in damos_skip_charged_region()
859 sz_to_skip = DAMON_MIN_REGION; in damos_skip_charged_region()
899 start = ALIGN_DOWN(filter->addr_range.start, DAMON_MIN_REGION); in __damos_filter_out()
900 end = ALIGN_DOWN(filter->addr_range.end, DAMON_MIN_REGION); in __damos_filter_out()
953 DAMON_MIN_REGION); in damos_apply_scheme()
1192 sz_region > 2 * DAMON_MIN_REGION; i++) { in damon_split_regions_of()
1198 sz_region / 10, DAMON_MIN_REGION); in damon_split_regions_of()