Searched refs:charged_sz (Results 1 – 2 of 2) sorted by relevance
272 quota->charged_sz = 0; in damos_quota_init_priv()713 if (quota->esz && quota->charged_sz >= quota->esz) in damon_do_apply_schemes()753 quota->charged_sz + sz > quota->esz) { in damon_do_apply_schemes()754 sz = ALIGN_DOWN(quota->esz - quota->charged_sz, in damon_do_apply_schemes()765 quota->charged_sz += sz; in damon_do_apply_schemes()766 if (quota->esz && quota->charged_sz >= quota->esz) { in damon_do_apply_schemes()827 if (quota->esz && quota->charged_sz >= quota->esz) in kdamond_apply_schemes()829 quota->total_charged_sz += quota->charged_sz; in kdamond_apply_schemes()831 quota->charged_sz = 0; in kdamond_apply_schemes()
151 unsigned long charged_sz; member