Lines Matching full:monitoring
26 * do no real monitoring and reclamation due to the watermarks-based activation
103 * the low watermark, DAMON_RECLAIM becomes active, so starts the monitoring
121 * Sampling interval for the monitoring in microseconds.
123 * The sampling interval of DAMON for the cold memory monitoring. Please refer
130 * Aggregation interval for the monitoring in microseconds.
132 * The aggregation interval of DAMON for the cold memory monitoring. Please
139 * Minimum number of monitoring regions.
141 * The minimal number of monitoring regions of DAMON for the cold memory
142 * monitoring. This can be used to set lower-bound of the monitoring quality.
143 * But, setting this too high could result in increased monitoring overhead.
150 * Maximum number of monitoring regions.
152 * The maximum number of monitoring regions of DAMON for the cold memory
153 * monitoring. This can be used to set upper-bound of the monitoring overhead.
154 * However, setting this too low could result in bad monitoring quality.
316 /* DAMON will free this on its own when finish monitoring */ in damon_reclaim_turn()