Home
last modified time | relevance | path

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

/linux/mm/damon/
H A Dcore.c403 quota->charge_target_from = NULL; in damos_quota_init()
1284 if (s->quota.charge_target_from == dst_target) { in damon_commit_targets()
1285 s->quota.charge_target_from = NULL; in damon_commit_targets()
1855 if (quota->charge_target_from) { in damos_skip_charged_region()
1856 if (t != quota->charge_target_from) in damos_skip_charged_region()
1859 quota->charge_target_from = NULL; in damos_skip_charged_region()
1879 quota->charge_target_from = NULL; in damos_skip_charged_region()
2108 quota->charge_target_from = t; in damos_apply_scheme()
/linux/include/linux/
H A Ddamon.h291 struct damon_target *charge_target_from; member