Searched refs:last_psi_total (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Ddamon.h149 * @last_psi_total: Last measured total PSI
167 u64 last_psi_total; member in union:damos_quota_goal::__anon1091
/linux-master/mm/damon/
H A Dcore.c1158 goal->current_value = now_psi_total - goal->last_psi_total;
1159 goal->last_psi_total = now_psi_total;

Completed in 233 milliseconds