Lines Matching full:regions
47 * regions are merged into a new region, both @nr_accesses and @age of the new
48 * region are set as region size-weighted average of those of the two regions.
64 * @nr_regions: Number of monitoring target regions of this target.
65 * @regions_list: Head of the monitoring target regions of this target.
128 * For selecting regions within the quota, DAMON prioritizes current scheme's
129 * target memory regions using the &struct damon_operations->get_scheme_score.
184 * appropriate memory regions. Else, DAMON checks &metric of the system for at
204 * @nr_tried: Total number of regions that the scheme is tried to be applied.
205 * @sz_tried: Total size of regions that the scheme is tried to be applied.
206 * @nr_applied: Total number of regions that the scheme is applied.
207 * @sz_applied: Total size of regions that the scheme is applied.
220 * @min_sz_region: Minimum size of target regions.
221 * @max_sz_region: Maximum size of target regions.
222 * @min_nr_accesses: Minimum ``->nr_accesses`` of target regions.
223 * @max_nr_accesses: Maximum ``->nr_accesses`` of target regions.
224 * @min_age_region: Minimum age of target regions.
225 * @max_age_region: Maximum age of target regions.
238 * @pattern: Access pattern of target regions.
239 * @action: &damo_action to be applied to the target regions.
245 * For each aggregation interval, DAMON finds regions which fit in the
258 * updated to reflect the number of regions and total size of regions that the
294 * @prepare_access_checks: Prepare next access check of target regions.
295 * @check_accesses: Check the accesses to target regions.
314 * this could be used to construct proper monitoring target regions and link
317 * this could be used to update monitoring target regions for current status.
318 * @prepare_access_checks should manipulate the monitoring regions to be
323 * of its update. The value will be used for regions adjustment threshold.
398 * regions.
400 * regions.
405 * memory regions need update (e.g., by ``mmap()`` calls from the application,
519 * Add a region between two other regions