Searched refs:write_quota (Results 1 – 1 of 1) sorted by relevance
34 size_t write_quota; member56 if (a->write_quota == 0) { in AsyncWrite()62 if (!a->datagram && (size_t)inl > a->write_quota) { in AsyncWrite()63 inl = a->write_quota; in AsyncWrite()69 a->write_quota -= (a->datagram ? 1 : ret); in AsyncWrite()182 a->write_quota += count; in AsyncBioAllowWrite()