Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dcore.c2125 u64 now_psi_total; in damos_set_quota_goal_current_value() local
2132 now_psi_total = damos_get_some_mem_psi_total(); in damos_set_quota_goal_current_value()
2133 goal->current_value = now_psi_total - goal->last_psi_total; in damos_set_quota_goal_current_value()
2134 goal->last_psi_total = now_psi_total; in damos_set_quota_goal_current_value()