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.c2183 u64 now_psi_total; in damos_set_quota_goal_current_value() local
2190 now_psi_total = damos_get_some_mem_psi_total(); in damos_set_quota_goal_current_value()
2191 goal->current_value = now_psi_total - goal->last_psi_total; in damos_set_quota_goal_current_value()
2192 goal->last_psi_total = now_psi_total; in damos_set_quota_goal_current_value()