Searched refs:almost_full (Results 1 – 4 of 4) sorted by relevance
110 almost_full: HashSet<u64>, field338 pub fn mark_almost_full(&mut self, stream_id: u64, almost_full: bool) { in mark_almost_full()339 if almost_full { in mark_almost_full()340 self.almost_full.insert(stream_id); in mark_almost_full()342 self.almost_full.remove(&stream_id); in mark_almost_full()420 pub fn almost_full(&self) -> StreamIter { in almost_full() method421 StreamIter::from(&self.almost_full) in almost_full()437 !self.almost_full.is_empty() in has_almost_full()835 pub fn almost_full(&self) -> bool { in almost_full() method1988 assert!(!stream.recv.almost_full()); in recv_flow_control()[all …]
823 almost_full: bool, field1165 almost_full: false, in with_tls()2016 self.almost_full = true; in send()2178 if self.almost_full { in send()2184 self.almost_full = false; in send()2207 for stream_id in self.streams.almost_full() { in send()2678 if stream.recv.almost_full() { in stream_recv()2703 self.almost_full = true; in stream_recv()3519 (self.almost_full || in write_epoch()
85 while (other->full() || other->almost_full() || in MoveFrom()307 } else if (almost_full()) { in PrependHit()552 if (full() || almost_full()) { in MinPostingListSizeToFit()570 if (almost_full()) { in IsPostingListValid()596 } else if (almost_full()) { in get_start_byte_offset()
213 bool almost_full() const { in almost_full() function