Lines Matching defs:esz
306 quota->esz = 0;
781 if (!ret || !s->quota.esz || !c->ops.get_scheme_score)
928 if (quota->esz && quota->charged_sz + sz > quota->esz) {
929 sz = ALIGN_DOWN(quota->esz - quota->charged_sz,
946 if (quota->esz && quota->charged_sz >= quota->esz) {
971 if (quota->esz && quota->charged_sz >= quota->esz)
988 unsigned long esz;
991 quota->esz = quota->sz;
1000 esz = throughput * quota->ms;
1002 if (quota->sz && quota->sz < esz)
1003 esz = quota->sz;
1004 quota->esz = esz;
1021 if (quota->esz && quota->charged_sz >= quota->esz)
1048 if (cumulated_sz >= quota->esz || !score)