Searched refs:BW_UNIT (Results 1 – 4 of 4) sorted by relevance
73 #define BW_UNIT (1 << BW_SCALE) macro244 bw = (u64)tp->snd_cwnd * BW_UNIT; in bbr_init_pacing_rate_from_rtt()356 cwnd = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT; in bbr_target_cwnd()653 bw = (u64)delivered * BW_UNIT; in bbr_lt_bw_sampling()683 bw = (u64)rs->delivered * BW_UNIT; in bbr_update_bw()
1135 if (u_inact + rq->dl.extra_bw > BW_UNIT - u_act_min) in grub_reclaim()1138 u_act = BW_UNIT - u_inact - rq->dl.extra_bw; in grub_reclaim()
1653 #define BW_UNIT (1 << BW_SHIFT) macro
2374 return BW_UNIT; in to_ratio()