Searched refs:bbr_error_base_paceout (Results 1 – 1 of 1) sorted by relevance
155 static int32_t bbr_error_base_paceout = 10000; /* usec to pace */ variable1729 &bbr_error_base_paceout, 10000, in bbr_init_sysctls()13760 pacing_delay = (bbr_error_base_paceout + 1) << bbr->oerror_cnt; in bbr_output_wtime()13815 if (pacing_delay < bbr_error_base_paceout) in bbr_output_wtime()13816 pacing_delay = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()13818 pacing_delay = (bbr_error_base_paceout + 2) << bbr->oerror_cnt; in bbr_output_wtime()13838 pacing_delay = (bbr_error_base_paceout + 3) << bbr->oerror_cnt; in bbr_output_wtime()