Home
last modified time | relevance | path

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

/linux-5.19.10/mm/damon/
Dcore.c264 scheme->quota.charged_sz = 0; in damon_new_scheme()
703 if (quota->esz && quota->charged_sz >= quota->esz) in damon_do_apply_schemes()
743 quota->charged_sz + sz > quota->esz) { in damon_do_apply_schemes()
744 sz = ALIGN_DOWN(quota->esz - quota->charged_sz, in damon_do_apply_schemes()
755 quota->charged_sz += sz; in damon_do_apply_schemes()
756 if (quota->esz && quota->charged_sz >= quota->esz) { in damon_do_apply_schemes()
817 if (quota->esz && quota->charged_sz >= quota->esz) in kdamond_apply_schemes()
819 quota->total_charged_sz += quota->charged_sz; in kdamond_apply_schemes()
821 quota->charged_sz = 0; in kdamond_apply_schemes()
/linux-5.19.10/include/linux/
Ddamon.h147 unsigned long charged_sz; member