Searched refs:bytes_to_flush (Results 1 – 8 of 8) sorted by relevance
145 uint32_t bytes_to_flush = 0; in ReportBytesSentAndError() local147 bytes_to_flush += sends_awaiting_ack_.front()->ReportBytesSentAndError( in ReportBytesSentAndError()152 bytes_to_flush += in ReportBytesSentAndError()156 callback.Run(bytes_to_flush); in ReportBytesSentAndError()
41 // |bytes_to_flush|, the number of bytes enqueued in the data pipe but not yet43 ReportBytesSentAndError(uint32 bytes_sent, int32 error) => (uint32 bytes_to_flush);
216 void DataSinkReceiver::SetNumBytesToFlush(uint32_t bytes_to_flush) { in SetNumBytesToFlush() argument219 pending_flushes_.back()->SetNumBytesToFlush(bytes_to_flush); in SetNumBytesToFlush()
77 void SetNumBytesToFlush(uint32_t bytes_to_flush);
473 return Promise.resolve({bytes_to_flush: bytesToFlush}); property
877 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local878 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()879 start += bytes_to_flush; in FlushICache()880 size -= bytes_to_flush; in FlushICache()
807 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local808 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()809 start += bytes_to_flush; in FlushICache()810 size -= bytes_to_flush; in FlushICache()
645 int bytes_to_flush = CachePage::kPageSize - offset; in FlushICache() local646 FlushOnePage(i_cache, start, bytes_to_flush); in FlushICache()647 start += bytes_to_flush; in FlushICache()648 size -= bytes_to_flush; in FlushICache()