Searched refs:rc_lt_bw (Results 1 – 2 of 2) sorted by relevance
654 uint64_t rc_lt_bw; /* LT bw calculated Lock(a) */ member
2681 log.u_bbr.bw_inuse = bbr->r_ctl.rc_lt_bw; in bbr_log_type_ltbw()2987 bw = bbr->r_ctl.rc_lt_bw; in __bbr_get_bw()3027 bbr->r_ctl.rc_lt_bw = 0; in bbr_reset_lt_bw_sampling()3037 if (bbr->r_ctl.rc_lt_bw) { in bbr_lt_bw_samp_done()3039 if (bbr->r_ctl.rc_lt_bw > bw) in bbr_lt_bw_samp_done()3040 diff = bbr->r_ctl.rc_lt_bw - bw; in bbr_lt_bw_samp_done()3042 diff = bw - bbr->r_ctl.rc_lt_bw; in bbr_lt_bw_samp_done()3044 (diff <= (bbr->r_ctl.rc_lt_bw / bbr_lt_bw_ratio))) { in bbr_lt_bw_samp_done()3048 saved_bw = (uint32_t)bbr->r_ctl.rc_lt_bw; in bbr_lt_bw_samp_done()3049 bbr->r_ctl.rc_lt_bw = (bw + bbr->r_ctl.rc_lt_bw) / 2; /* average of two */ in bbr_lt_bw_samp_done()[all …]