Searched refs:write_quota (Results 1 – 1 of 1) sorted by relevance
31 size_t write_quota; member53 if (a->write_quota == 0) { in AsyncWrite()59 if (!a->datagram && (size_t)inl > a->write_quota) { in AsyncWrite()60 inl = a->write_quota; in AsyncWrite()66 a->write_quota -= (a->datagram ? 1 : ret); in AsyncWrite()179 a->write_quota += count; in AsyncBioAllowWrite()