Home
last modified time | relevance | path

Searched refs:MSEC_2_TICKS (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dtime.h363 #define MSEC_2_TICKS(m) max(1, (uint32_t)((hz == 1000) ? \ macro
/f-stack/freebsd/net80211/
H A Dieee80211_freebsd.h269 #define msecs_to_ticks(ms) MSEC_2_TICKS(ms)
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c5662 rexmt = MSEC_2_TICKS(RACK_INITIAL_RTO * tcp_backoff[tp->t_rxtshift]); in rack_timeout_rxt()
5666 max(MSEC_2_TICKS(rack_rto_min), rexmt), in rack_timeout_rxt()
5667 MSEC_2_TICKS(rack_rto_max)); in rack_timeout_rxt()
6529 max(MSEC_2_TICKS(rack_rto_min), rtt + 2), MSEC_2_TICKS(rack_rto_max)); in tcp_rack_xmit_timer_commit()
H A Dbbr.c5058 MSEC_2_TICKS(bbr->r_ctl.rc_min_rto_ms), in bbr_timeout_rxt()
5059 MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000)); in bbr_timeout_rxt()
6421 max(MSEC_2_TICKS(bbr->r_ctl.rc_min_rto_ms), rtt_ticks + 2), in tcp_bbr_xmit_timer_commit()
6422 MSEC_2_TICKS(((uint32_t)bbr->rc_max_rto_sec) * 1000)); in tcp_bbr_xmit_timer_commit()