Searched defs:in_flight (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/quic/congestion_control/
H A Dpacing_sender.cc55 const bool in_flight = local
59 return in_flight;
66 return in_flight;
99 return in_flight;
/external/fio/
H A Ddiskutil.c44 unsigned in_flight; local
70 &dus->s.ticks[1], &in_flight,
/external/iputils/
H A Dping_common.h232 static inline int in_flight(void) function
/external/chromium_org/net/quic/
H A Dquic_sent_packet_manager.cc277 if (!it->in_flight) {
297 if (it->in_flight) {
529 const bool in_flight = local
535 unacked_packets_.SetSent(sequence_number, sent_time, bytes, in_flight);
543 return in_flight;
593 if (!it->in_flight || it->retransmittable_frames == NULL ||
612 if (!it->in_flight || it->retransmittable_frames == NULL) {
H A Dquic_protocol.h1081 bool in_flight; member in struct:net::TransmissionInfo

Completed in 4611 milliseconds