Home
last modified time | relevance | path

Searched refs:TICKS_2_USEC (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dtime.h361 #define TICKS_2_USEC(t) max(1, (uint32_t)(hz == 1000) ? \ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c609 tov = ((uint64_t)(TICKS_2_USEC(tp->t_srtt) + in bbr_timer_start()
845 hpts_timeout = TICKS_2_USEC(TP_KEEPIDLE(tp)); in bbr_start_hpts_timer()
847 hpts_timeout = TICKS_2_USEC(TP_KEEPINIT(tp)); in bbr_start_hpts_timer()
2379 log.u_bbr.flex6 = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_log_to_event()
2511 log.u_bbr.flex6 = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_log_to_start()
2533 log.u_bbr.flex5 = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_log_thresh_choice()
2557 log.u_bbr.flex6 = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_log_to_cancel()
4152 t_rxtcur = TICKS_2_USEC(bbr->rc_tp->t_rxtcur); in bbr_calc_thresh_rack()
4218 t_rxtcur = TICKS_2_USEC(tp->t_rxtcur); in bbr_calc_thresh_tlp()
6432 rtt = (TICKS_2_USEC(bbr->rc_tp->t_srtt) >> TCP_RTT_SHIFT); in tcp_bbr_xmit_timer_commit()
[all …]
H A Drack.c1554 srtt = ((uint64_t)TICKS_2_USEC(rack->rc_tp->t_srtt) >> TCP_RTT_SHIFT); in rack_get_bw()
2338 srtt = ((uint64_t)TICKS_2_USEC(tp->t_srtt) >> TCP_RTT_SHIFT); in rack_get_measure_window()
3660 srtt = ((uint64_t)TICKS_2_USEC(tp->t_srtt) >> TCP_RTT_SHIFT); in rack_do_goodput_measurement()
11637 srtt = (TICKS_2_USEC(rack->rc_tp->t_srtt) >> TCP_RTT_SHIFT); in rack_get_pacing_delay()