Searched refs:br (Results 1 – 1 of 1) sorted by relevance
325 struct damon_addr_range *br; in damon_va_apply_three_regions() local327 br = &bregions[i]; in damon_va_apply_three_regions()330 if (damon_intersect(r, br)) { in damon_va_apply_three_regions()335 if (r->ar.start >= br->end) in damon_va_apply_three_regions()341 ALIGN_DOWN(br->start, in damon_va_apply_three_regions()343 ALIGN(br->end, DAMON_MIN_REGION)); in damon_va_apply_three_regions()348 first->ar.start = ALIGN_DOWN(br->start, in damon_va_apply_three_regions()350 last->ar.end = ALIGN(br->end, DAMON_MIN_REGION); in damon_va_apply_three_regions()