Searched refs:USECS_IN_SECOND (Results 1 – 5 of 5) sorted by relevance
72 #define USECS_IN_SECOND 1000000 macro
246 static uint32_t bbr_rtt_probe_limit = (USECS_IN_SECOND * 4);609 (bbr->rc_max_rto_sec * USECS_IN_SECOND)); in bbr_timer_start()678 if (to > (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND)) { in bbr_timer_start()3253 bw *= (uint64_t)USECS_IN_SECOND; in bbr_lt_bw_sampling()3372 usec_per_sec = USECS_IN_SECOND; in bbr_get_bw_delay_prod()3515 divor = (uint64_t)USECS_IN_SECOND * (uint64_t)BBR_UNIT; in bbr_get_pacing_length()3560 (uint64_t)USECS_IN_SECOND * in bbr_get_pacing_delay()4134 if (thresh > (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND)) { in bbr_calc_thresh_rack()4135 thresh = (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND); in bbr_calc_thresh_rack()4203 if (thresh > (((uint32_t)bbr->rc_max_rto_sec) * USECS_IN_SECOND)) { in bbr_calc_thresh_tlp()[all …]
341 #define BBR_TIME_TO_SECONDS(a) (a / USECS_IN_SECOND)
2432 bw *= (uint64_t)USECS_IN_SECOND; in rack_get_gp_est()
59 #ifndef USECS_IN_SECOND60 #define USECS_IN_SECOND 1000000 macro695 lentim = ETHERNET_SEGMENT_SIZE * USECS_IN_SECOND; in rt_setup_new_rs()1700 lentim = ETHERNET_SEGMENT_SIZE * USECS_IN_SECOND; in tcp_get_pacing_burst_size_w_divisor()