Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dcore.c372 quota->charged_from = 0; in damos_quota_init()
2291 if (!quota->total_charged_sz && !quota->charged_from) { in damos_adjust_quota()
2292 quota->charged_from = jiffies; in damos_adjust_quota()
2297 if (time_after_eq(jiffies, quota->charged_from + in damos_adjust_quota()
2302 quota->charged_from = jiffies; in damos_adjust_quota()
/linux/include/linux/
H A Ddamon.h276 unsigned long charged_from; member