Home
last modified time | relevance | path

Searched refs:BW_UNIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c75 #define BW_UNIT (1 << BW_SCALE) macro
279 bw = (u64)tcp_snd_cwnd(tp) * BW_UNIT; in bbr_init_pacing_rate_from_rtt()
379 bdp = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT; in bbr_bdp()
462 / BW_UNIT; in bbr_ack_aggregation_cwnd()
754 bw = (u64)delivered * BW_UNIT; in bbr_lt_bw_sampling()
784 bw = div64_long((u64)rs->delivered * BW_UNIT, rs->interval_us); in bbr_update_bw()
841 expected_acked = ((u64)bbr_bw(sk) * epoch_us) / BW_UNIT; in bbr_update_ack_aggregation()
/openbmc/linux/kernel/sched/
H A Dsched.h2450 #define BW_UNIT (1 << BW_SHIFT) macro
H A Dcore.c4832 return BW_UNIT; in to_ratio()