Searched refs:in_flight (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_unacked_packet_map.cc102 if (old_info->in_flight) {
135 if (info->in_flight || info->retransmittable_frames != NULL) {
240 !info.in_flight &&
251 !info.in_flight &&
271 if (info->in_flight) {
274 info->in_flight = false;
294 if (it->in_flight) {
307 while (it != unacked_packets_.end() && !it->in_flight) {
333 if (it->in_flight) {
350 if (it->in_flight
[all...]
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_unacked_packet_map_test.cc50 EXPECT_TRUE(unacked_packets_.GetTransmissionInfo(packets[0]).in_flight);
54 EXPECT_TRUE(unacked_packets_.GetTransmissionInfo(packets[i]).in_flight);
59 if (it->in_flight) {
H A Dquic_protocol.cc722 in_flight(false),
735 in_flight(false),
750 in_flight(false),
H A Dquic_protocol.h1081 bool in_flight; member in struct:net::TransmissionInfo
/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;
H A Dtcp_loss_algorithm.cc44 if (!it->in_flight) {
H A Dtime_loss_algorithm.cc46 if (!it->in_flight) {
H A Dsend_algorithm_simulator.cc262 info.in_flight = true;
/external/iputils/
H A Dping_common.c494 if (ntokens < MININTERVAL && in_flight() >= preload)
525 in_flight() < screen_width)
769 int recv_expected = in_flight();
858 if (in_flight() == 0)
H A Dping_common.h232 static inline int in_flight(void) function
/external/fio/
H A Ddiskutil.c44 unsigned in_flight; local
70 &dus->s.ticks[1], &in_flight,

Completed in 6424 milliseconds