Searched refs:TICKS_2_MSEC (Results 1 – 3 of 3) sorted by relevance
359 #define TICKS_2_MSEC(t) max(1, (uint32_t)(hz == 1000) ? \ macro
270 #define ticks_to_msecs(t) TICKS_2_MSEC(t)
1682 log.u_bbr.flex1 = TICKS_2_MSEC(rack->rc_tp->t_srtt >> TCP_RTT_SHIFT); in rack_log_to_start()4246 if (thresh > TICKS_2_MSEC(rack->rc_tp->t_rxtcur)) { in rack_calc_thresh_rack()4247 thresh = TICKS_2_MSEC(rack->rc_tp->t_rxtcur); in rack_calc_thresh_rack()4331 if (thresh > TICKS_2_MSEC(tp->t_rxtcur)) { in rack_calc_thresh_tlp()4332 thresh = TICKS_2_MSEC(tp->t_rxtcur); in rack_calc_thresh_tlp()4360 return (TICKS_2_MSEC(tp->t_srtt >> TCP_RTT_SHIFT)); in rack_grab_rtt()4419 t = TICKS_2_MSEC((tp->t_srtt >> TCP_RTT_SHIFT) + ((tp->t_rttvar * 4) >> TCP_RTT_SHIFT)); in rack_get_persists_timer_val()4473 to = TICKS_2_MSEC(tp->t_rxtcur); in rack_timer_start()4574 srtt = TICKS_2_MSEC(srtt_cur); in rack_timer_start()4833 delayed_ack = TICKS_2_MSEC(tcp_delacktime); in rack_start_hpts_timer()[all …]