Searched refs:gput (Results 1 – 3 of 3) sorted by relevance
293 int32_t gput; in cc_ack_received() local319 gput = (((int64_t)SEQ_SUB(th->th_ack, tp->gput_seq)) << 3) / in cc_ack_received()322 gput); in cc_ack_received()331 ((gput - tp->t_stats_gput_prev) * 100) / in cc_ack_received()334 tp->t_stats_gput_prev = gput; in cc_ack_received()
3595 int64_t gput, time_stamp; in bbr_ack_received() local3597 gput = (int64_t) (th->th_ack - tp->gput_seq) * 8; in bbr_ack_received()3599 cgput = gput / time_stamp; in bbr_ack_received()3605 ((gput - tp->t_stats_gput_prev) * 100) / in bbr_ack_received()
4752 int32_t gput, new_rtt_diff, timely_says; in rack_do_goodput_measurement() local5182 gput = (int32_t)((bytes_ps << 3) / (uint64_t)1000); in rack_do_goodput_measurement()5185 gput); in rack_do_goodput_measurement()5194 ((gput - tp->t_stats_gput_prev) * 100) / in rack_do_goodput_measurement()5197 tp->t_stats_gput_prev = gput; in rack_do_goodput_measurement()