Home | History | Annotate | Download | only in common_time

Lines Matching refs:rtt

116         if (data[min_rtt].rtt > data[i].rtt)
124 int64_t rtt) {
132 ALOGE("local=%lld, common=%lld, delta=%lld, rtt=%lld\n",
134 raw_delta, rtt);
146 d.rtt = rtt;
182 // is to mitigate the effects of high RTT data points which typically have
198 // whose RTT is more than a certain number of standard deviations outside
211 filter_data_[filter_wr_].rtt = rtt;
220 // We only use packets with low RTTs for control. If the packet RTT
225 if (current_point == min_rtt || rtt < control_thresh_) {
234 // high as the RTT of the data point, we don't actually panic until
236 // threashold plus the RTT. IOW - we don't panic until we are
239 int64_t effective_panic_thresh = panic_thresh_ + rtt;
291 rtt);