Lines Matching refs:e_t
243 struct ertt *e_t; in chd_ack_received() local
246 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in chd_ack_received()
248 new_measurement = e_t->flags & ERTT_NEW_MEASUREMENT; in chd_ack_received()
251 chd_data->maxrtt_in_rtt = imax(e_t->rtt, chd_data->maxrtt_in_rtt); in chd_ack_received()
258 rtt = V_chd_use_max ? chd_data->maxrtt_in_rtt : e_t->rtt; in chd_ack_received()
261 if (rtt && e_t->minrtt && !IN_RECOVERY(CCV(ccv, t_flags))) { in chd_ack_received()
262 qdly = rtt - e_t->minrtt; in chd_ack_received()
269 e_t->maxrtt - e_t->minrtt, chd_data); in chd_ack_received()
274 e_t->flags &= ~ERTT_NEW_MEASUREMENT; in chd_ack_received()
343 struct ertt *e_t; in chd_cong_signal() local
347 e_t = khelp_get_osd(&CCV(ccv, t_osd), ertt_id); in chd_cong_signal()
349 qdly = imax(e_t->rtt, chd_data->maxrtt_in_rtt) - e_t->minrtt; in chd_cong_signal()