Home
last modified time | relevance | path

Searched refs:min_age (Results 1 – 2 of 2) sorted by relevance

/mm/damon/
Dreclaim.c38 static unsigned long min_age __read_mostly = 120000000;
39 module_param(min_age, ulong, 0600);
281 min_age / aggr_interval, UINT_MAX, in damon_reclaim_new_scheme()
Ddbgfs.c191 unsigned int min_nr_a, max_nr_a, min_age, max_age; in str_to_schemes() local
207 &min_age, &max_age, &action, &quota.ms, in str_to_schemes()
218 if (min_sz > max_sz || min_nr_a > max_nr_a || min_age > max_age) in str_to_schemes()
227 min_age, max_age, action, &quota, &wmarks); in str_to_schemes()