Searched refs:gput (Results 1 – 3 of 3) sorted by relevance
297 int32_t gput; in cc_ack_received() local323 gput = (((int64_t)SEQ_SUB(th->th_ack, tp->gput_seq)) << 3) / in cc_ack_received()326 gput); in cc_ack_received()335 ((gput - tp->t_stats_gput_prev) * 100) / in cc_ack_received()338 tp->t_stats_gput_prev = gput; in cc_ack_received()
3602 int64_t gput, time_stamp; in bbr_ack_received() local3604 gput = (int64_t) (th->th_ack - tp->gput_seq) * 8; in bbr_ack_received()3606 cgput = gput / time_stamp; in bbr_ack_received()3612 ((gput - tp->t_stats_gput_prev) * 100) / in bbr_ack_received()
4891 int32_t gput, new_rtt_diff, timely_says; in rack_do_goodput_measurement() local5321 gput = (int32_t)((bytes_ps << 3) / (uint64_t)1000); in rack_do_goodput_measurement()5324 gput); in rack_do_goodput_measurement()5333 ((gput - tp->t_stats_gput_prev) * 100) / in rack_do_goodput_measurement()5336 tp->t_stats_gput_prev = gput; in rack_do_goodput_measurement()