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