Searched refs:inv_pmax (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/net/altq/
H A Daltq_red.h54 int inv_pmax; member in struct:red_stats
91 int inv_pmax; /* inverse of max drop probability */ member in struct:redparams
H A Daltq_rio.h93 int inv_pmax; /* inverse of max drop probability */ member in struct:rio::dropprec_state
H A Daltq_rio.c177 /* th_min, th_max, inv_pmax */
254 if (params == NULL || params[i].inv_pmax == 0)
255 prec->inv_pmax = default_rio_params[i].inv_pmax;
257 prec->inv_pmax = params[i].inv_pmax;
279 * prec->inv_pmax) << FP_SHIFT;
653 q_stats->q_params[i].inv_pmax
654 = rp->rio_precstate[i].inv_pmax;
698 fc->q_params[i].inv_pmax
[all...]
H A Daltq_red.c226 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, argument
252 if (inv_pmax == 0)
255 rp->red_inv_pmax = inv_pmax;
895 q_stats->inv_pmax = rp->red_inv_pmax;
973 default_inv_pmax = rp->inv_pmax;

Completed in 114 milliseconds