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.
108 * @DAMOS_MIGRATE_HOT: Migrate the regions prioritizing warmer regions.
109 * @DAMOS_MIGRATE_COLD: Migrate the regions prioritizing colder regions.
212 * For selecting regions within the quota, DAMON prioritizes current scheme's
213 * target memory regions using the &struct damon_operations->get_scheme_score.
270 * appropriate memory regions. Else, DAMON checks &metric of the system for at
290 * @nr_tried: Total number of regions that the scheme is tried to be applied.
291 * @sz_tried: Total size of regions that the scheme is tried to be applied.
292 * @nr_applied: Total number of regions that the scheme is applied.
293 * @sz_applied: Total size of regions that the scheme is applied.
410 * @min_sz_region: Minimum size of target regions.
411 * @max_sz_region: Maximum size of target regions.
412 * @min_nr_accesses: Minimum ``->nr_accesses`` of target regions.
413 * @max_nr_accesses: Maximum ``->nr_accesses`` of target regions.
414 * @min_age_region: Minimum age of target regions.
415 * @max_age_region: Maximum age of target regions.
428 * @pattern: Access pattern of target regions.
429 * @action: &damo_action to be applied to the target regions.
439 * For each @apply_interval_us, DAMON finds regions which fit in the
464 * unsets @last_applied when each regions walking for applying the scheme is
468 * updated to reflect the number of regions and total size of regions that the
522 * @prepare_access_checks: Prepare next access check of target regions.
523 * @check_accesses: Check the accesses to target regions.
542 * this could be used to construct proper monitoring target regions and link
545 * this could be used to update monitoring target regions for current status.
546 * @prepare_access_checks should manipulate the monitoring regions to be
551 * of its update. The value will be used for regions adjustment threshold.
653 * regions.
655 * regions.
661 * also checks whether the target memory regions need update (e.g., by
807 * Add a region between two other regions