Searched refs:bbr_full_bw_thresh (Results 1 – 1 of 1) sorted by relevance
180 static const u32 bbr_full_bw_thresh = BBR_UNIT * 5 / 4;868 * at least bbr_full_bw_thresh (25%) after bbr_full_bw_cnt (3) non-app-limited883 bw_thresh = (u64)bbr->full_bw * bbr_full_bw_thresh >> BBR_SCALE; in bbr_check_full_bw_reached() 179 static const u32 bbr_full_bw_thresh = BBR_UNIT * 5 / 4; global() variable