Lines Matching refs:esz
105 scheme->quota.esz = 0; in damon_new_scheme()
552 if (!ret || !s->quota.esz || !c->primitive.get_scheme_score) in damos_valid_target()
574 if (quota->esz && quota->charged_sz >= quota->esz) in damon_do_apply_schemes()
613 if (quota->esz && in damon_do_apply_schemes()
614 quota->charged_sz + sz > quota->esz) { in damon_do_apply_schemes()
615 sz = ALIGN_DOWN(quota->esz - quota->charged_sz, in damon_do_apply_schemes()
627 if (quota->esz && quota->charged_sz >= quota->esz) { in damon_do_apply_schemes()
648 unsigned long esz; in damos_set_effective_quota() local
651 quota->esz = quota->sz; in damos_set_effective_quota()
660 esz = throughput * quota->ms; in damos_set_effective_quota()
662 if (quota->sz && quota->sz < esz) in damos_set_effective_quota()
663 esz = quota->sz; in damos_set_effective_quota()
664 quota->esz = esz; in damos_set_effective_quota()
688 if (quota->esz && quota->charged_sz >= quota->esz) in kdamond_apply_schemes()
717 if (cumulated_sz >= quota->esz || !score) in kdamond_apply_schemes()