Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bbr.c73 #define BW_UNIT (1 << BW_SCALE) macro
277 bw = (u64)tp->snd_cwnd * BW_UNIT; in bbr_init_pacing_rate_from_rtt()
377 bdp = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT; in bbr_bdp()
460 / BW_UNIT; in bbr_ack_aggregation_cwnd()
752 bw = (u64)delivered * BW_UNIT; in bbr_lt_bw_sampling()
782 bw = div64_long((u64)rs->delivered * BW_UNIT, rs->interval_us); in bbr_update_bw()
839 expected_acked = ((u64)bbr_bw(sk) * epoch_us) / BW_UNIT; in bbr_update_ack_aggregation()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Ddeadline.c1227 if (u_inact + rq->dl.extra_bw > BW_UNIT - u_act_min) in grub_reclaim()
1230 u_act = BW_UNIT - u_inact - rq->dl.extra_bw; in grub_reclaim()
H A Dsched.h2011 #define BW_UNIT (1 << BW_SHIFT) macro
H A Dcore.c3574 return BW_UNIT; in to_ratio()