Lines Matching refs:HPTS_USEC_IN_MSEC
5112 srtt = HPTS_USEC_IN_MSEC; in rack_do_goodput_measurement()
8768 ms_rtt = (rtt + HPTS_USEC_IN_MSEC - 1) / HPTS_USEC_IN_MSEC; in tcp_rack_xmit_timer_commit()
8775 ms_rtt = (rack->r_ctl.rack_rs.rs_us_rtt + HPTS_USEC_IN_MSEC - 1) / HPTS_USEC_IN_MSEC; in tcp_rack_xmit_timer_commit()
13027 t = (mcts - to->to_tsecr) * HPTS_USEC_IN_MSEC; in rack_do_syn_sent()
13242 t = (mcts - to->to_tsecr) * HPTS_USEC_IN_MSEC; in rack_do_syn_recv()
17498 slot *= HPTS_USEC_IN_MSEC; in rack_get_pacing_delay()
17790 srtt = RACK_INITIAL_RTO * HPTS_USEC_IN_MSEC; /* its in ms convert */ in rack_get_pacing_delay()
18960 slot = ((1 + rack->rc_enobuf) * HPTS_USEC_IN_MSEC); in rack_fast_rsm_output()
18963 if (slot < (10 * HPTS_USEC_IN_MSEC)) in rack_fast_rsm_output()
18964 slot = 10 * HPTS_USEC_IN_MSEC; in rack_fast_rsm_output()
20075 slot = (1 * HPTS_USEC_IN_MSEC); in rack_output()
22363 slot = ((1 + rack->rc_enobuf) * HPTS_USEC_IN_MSEC); in rack_output()
22366 if (slot < (10 * HPTS_USEC_IN_MSEC)) in rack_output()
22367 slot = 10 * HPTS_USEC_IN_MSEC; in rack_output()
22394 slot = 10 * HPTS_USEC_IN_MSEC; in rack_output()
22417 slot = 10 * HPTS_USEC_IN_MSEC; in rack_output()