Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dcore.c402 quota->charged_from = 0; in damos_quota_init()
2453 if (!quota->total_charged_sz && !quota->charged_from) { in damos_adjust_quota()
2454 quota->charged_from = jiffies; in damos_adjust_quota()
2459 if (!time_in_range_open(jiffies, quota->charged_from, in damos_adjust_quota()
2460 quota->charged_from + in damos_adjust_quota()
2466 quota->charged_from = jiffies; in damos_adjust_quota()
/linux/include/linux/
H A Ddamon.h290 unsigned long charged_from; member