Lines Matching full:each
49 * Each monitoring context could have multiple targets. For example, a context
51 * @id of each target should be unique among the targets of the context. For
79 * the monitoring, @update after each &damon_ctx.primitive_update_interval, and
80 * @check_accesses, @target_valid and @prepare_access_checks after each
81 * &damon_ctx.sample_interval. Finally, @reset_aggregated is called after each
91 * @check_accesses should check the accesses to each region that made after the
92 * last preparation and update the number of observed accesses of each region.
115 * @after_sampling: Called after each sampling.
116 * @after_aggregation: Called after each aggregation.
125 * The monitoring thread calls @after_sampling and @after_aggregation for each
143 * struct damon_ctx - Represents a context for each monitoring. This is the
151 * For each @sample_interval, DAMON checks whether each region is accessed or
153 * each region) for @aggr_interval time. DAMON also checks whether the target
155 * in case of virtual memory monitoring) and applies the changes for each
164 * For each monitoring context, one kernel thread for the monitoring is