Home
last modified time | relevance | path

Searched refs:USEC_2_TICKS (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dtime.h365 #define USEC_2_TICKS(u) max(1, (uint32_t)((hz == 1000) ? \ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c5054 rexmt = USEC_2_TICKS(BBR_INITIAL_RTO) * tcp_backoff[tp->t_rxtshift]; in bbr_timeout_rxt()
6358 rtt_ticks = USEC_2_TICKS((rtt + (USECS_IN_MSEC - 1))); in tcp_bbr_xmit_timer_commit()