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.
123 * For selecting regions within the quota, DAMON prioritizes current scheme's
124 * target memory regions using the &struct damon_primitive->get_scheme_score.
177 * appropriate memory regions. Else, DAMON checks &metric of the system for at
197 * @nr_tried: Total number of regions that the scheme is tried to be applied.
198 * @sz_tried: Total size of regions that the scheme is tried to be applied.
199 * @nr_applied: Total number of regions that the scheme is applied.
200 * @sz_applied: Total size of regions that the scheme is applied.
213 * @min_sz_region: Minimum size of target regions.
214 * @max_sz_region: Maximum size of target regions.
215 * @min_nr_accesses: Minimum ``->nr_accesses`` of target regions.
216 * @max_nr_accesses: Maximum ``->nr_accesses`` of target regions.
217 * @min_age_region: Minimum age of target regions.
218 * @max_age_region: Maximum age of target regions.
219 * @action: &damo_action to be applied to the target regions.
225 * For each aggregation interval, DAMON finds regions which fit in the
240 * updated to reflect the number of regions and total size of regions that the
264 * @prepare_access_checks: Prepare next access check of target regions.
265 * @check_accesses: Check the accesses to target regions.
282 * this could be used to construct proper monitoring target regions and link
285 * this could be used to update monitoring target regions for current status.
286 * @prepare_access_checks should manipulate the monitoring regions to be
291 * of its update. The value will be used for regions adjustment threshold.
363 * memory regions need update (e.g., by ``mmap()`` calls from the application,
391 * @min_nr_regions: The minimum number of adaptive monitoring regions.
392 * @max_nr_regions: The maximum number of adaptive monitoring regions.
456 * Add a region between two other regions