Searched refs:USEC_2_TICKS (Results 1 – 2 of 2) sorted by relevance
365 #define USEC_2_TICKS(u) max(1, (uint32_t)((hz == 1000) ? \ macro
5054 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()