Searched refs:min_age (Results 1 – 5 of 5) sorted by relevance
50 static unsigned long min_age __read_mostly = 120000000;51 module_param(min_age, ulong, 0600);136 .min_age_region = min_age / in damon_reclaim_new_scheme()
61 min_age section in 接口: 模块参数218 # echo 30000000 > min_age
455 uint32_t min_age = context->windows.max_age + 1; in find_oldest_window() local461 if (cur->age < min_age) { in find_oldest_window()462 min_age = cur->age; in find_oldest_window()
461 uint32_t min_age = context->windows.max_age + 1; in windows_find_oldest() local467 if (cur->age < min_age) { in windows_find_oldest()468 min_age = cur->age; in windows_find_oldest()
74 min_age section in Interface: Module Parameters264 # echo 30000000 > min_age