Lines Matching refs:cold
32 rates that higher than a user-specified threshold) and cold pages (pages of
35 deprioritizing cold pages on their LRU-lists. To avoid it consuming too much
37 the limit, it prioritizes and deprioritizes more hot and cold pages first,
45 benefits for systems having clear hot/cold access patterns under memory
94 Time threshold for cold memory regions identification in microseconds.
97 identifies the region as cold, and mark it as unaccessed on the LRU list, so
164 The sampling interval of DAMON for the cold memory monitoring. Please refer to
172 The aggregation interval of DAMON for the cold memory monitoring. Please
181 The minimal number of monitoring regions of DAMON for the cold memory
192 The maximum number of monitoring regions of DAMON for the cold memory
250 Number of cold memory regions that tried to be LRU-sorted.
255 Total bytes of cold memory regions that tried to be LRU-sorted.
260 Number of cold memory regions that successfully be LRU-sorted.
265 Total bytes of cold memory regions that successfully be LRU-sorted.
270 Number of times that the time quota limit for cold regions have exceeded.