BBR_SCALE          76 net/ipv4/tcp_bbr.c #define BBR_UNIT (1 << BBR_SCALE)
BBR_SCALE         248 net/ipv4/tcp_bbr.c 	rate >>= BBR_SCALE;
BBR_SCALE         377 net/ipv4/tcp_bbr.c 	bdp = (((w * gain) >> BBR_SCALE) + BW_UNIT - 1) / BW_UNIT;
BBR_SCALE         462 net/ipv4/tcp_bbr.c 			     >> BBR_SCALE;
BBR_SCALE         739 net/ipv4/tcp_bbr.c 	if (!delivered || (lost << BBR_SCALE) < bbr_lt_loss_thresh * delivered)
BBR_SCALE         879 net/ipv4/tcp_bbr.c 	bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE;