Home
last modified time | relevance | path

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

/openbmc/linux/mm/damon/
H A Dreclaim.c157 dst->charged_from = src->charged_from; in damon_reclaim_copy_quota_status()
H A Dlru_sort.c192 dst->charged_from = src->charged_from; in damon_lru_sort_copy_quota_status()
H A Dcore.c308 quota->charged_from = 0; in damos_quota_init_priv()
1018 if (time_after_eq(jiffies, quota->charged_from + in damos_adjust_quota()
1023 quota->charged_from = jiffies; in damos_adjust_quota()
/openbmc/linux/include/linux/
H A Ddamon.h159 unsigned long charged_from; member