Searched refs:appliedTotal (Results 1 – 1 of 1) sorted by relevance
42 int32_t appliedTotal = 0; in Apply() local48 appliedTotal += it->amount; in Apply()56 if (self->quotaInBytes <= appliedTotal) { in Apply()62 int32_t remain = self->quotaInBytes - appliedTotal; in Apply()