Searched refs:charged_sz (Results 1 – 2 of 2) sorted by relevance
264 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()
147 unsigned long charged_sz; member