Lines Matching refs:esz
271 quota->esz = 0; in damos_quota_init_priv()
691 if (!ret || !s->quota.esz || !c->ops.get_scheme_score) in damos_valid_target()
713 if (quota->esz && quota->charged_sz >= quota->esz) in damon_do_apply_schemes()
752 if (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()
766 if (quota->esz && quota->charged_sz >= quota->esz) { in damon_do_apply_schemes()
787 unsigned long esz; in damos_set_effective_quota() local
790 quota->esz = quota->sz; in damos_set_effective_quota()
799 esz = throughput * quota->ms; in damos_set_effective_quota()
801 if (quota->sz && quota->sz < esz) in damos_set_effective_quota()
802 esz = quota->sz; in damos_set_effective_quota()
803 quota->esz = esz; in damos_set_effective_quota()
827 if (quota->esz && quota->charged_sz >= quota->esz) in kdamond_apply_schemes()
855 if (cumulated_sz >= quota->esz || !score) in kdamond_apply_schemes()