Home
last modified time | relevance | path

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

/linux-6.12.1/mm/damon/
Dcore.c345 quota->charged_sz = 0; in damos_quota_init()
1373 if (quota->esz && quota->charged_sz + sz > quota->esz) { in damos_apply_scheme()
1374 sz = ALIGN_DOWN(quota->esz - quota->charged_sz, in damos_apply_scheme()
1393 quota->charged_sz += sz; in damos_apply_scheme()
1394 if (quota->esz && quota->charged_sz >= quota->esz) { in damos_apply_scheme()
1422 if (quota->esz && quota->charged_sz >= quota->esz) in damon_do_apply_schemes()
1593 if (quota->esz && quota->charged_sz >= quota->esz) in damos_adjust_quota()
1595 quota->total_charged_sz += quota->charged_sz; in damos_adjust_quota()
1597 quota->charged_sz = 0; in damos_adjust_quota()
/linux-6.12.1/include/linux/
Ddamon.h230 unsigned long charged_sz; member