Searched refs:BBR_SCALE (Results 1 – 1 of 1) sorted by relevance
77 #define BBR_SCALE 8 /* scaling factor for fractions in BBR (e.g. gains) */ macro78 #define BBR_UNIT (1 << BBR_SCALE)250 rate >>= BBR_SCALE; in bbr_rate_bytes_per_sec()379 bdp = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT; in bbr_bdp()464 >> BBR_SCALE; in bbr_ack_aggregation_cwnd()741 if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered) in bbr_lt_bw_sampling()881 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached()