Lines Matching full:regions
63 * regions are merged into a new region, both @nr_accesses and @age of the new
64 * region are set as region size-weighted average of those of the two regions.
81 * @nr_regions: Number of monitoring target regions of this target.
82 * @regions_list: Head of the monitoring target regions of this target.
154 * For selecting regions within the quota, DAMON prioritizes current scheme's
155 * target memory regions using the &struct damon_operations->get_scheme_score.
227 * appropriate memory regions. Else, DAMON checks &metric of the system for at
247 * @nr_tried: Total number of regions that the scheme is tried to be applied.
248 * @sz_tried: Total size of regions that the scheme is tried to be applied.
249 * @nr_applied: Total number of regions that the scheme is applied.
250 * @sz_applied: Total size of regions that the scheme is applied.
317 * @min_sz_region: Minimum size of target regions.
318 * @max_sz_region: Maximum size of target regions.
319 * @min_nr_accesses: Minimum ``->nr_accesses`` of target regions.
320 * @max_nr_accesses: Maximum ``->nr_accesses`` of target regions.
321 * @min_age_region: Minimum age of target regions.
322 * @max_age_region: Maximum age of target regions.
335 * @pattern: Access pattern of target regions.
336 * @action: &damo_action to be applied to the target regions.
344 * For each @apply_interval_us, DAMON finds regions which fit in the
360 * updated to reflect the number of regions and total size of regions that the
405 * @prepare_access_checks: Prepare next access check of target regions.
406 * @check_accesses: Check the accesses to target regions.
425 * this could be used to construct proper monitoring target regions and link
428 * this could be used to update monitoring target regions for current status.
429 * @prepare_access_checks should manipulate the monitoring regions to be
434 * of its update. The value will be used for regions adjustment threshold.
514 * regions.
516 * regions.
522 * also checks whether the target memory regions need update (e.g., by
654 * Add a region between two other regions