Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_rio.c235 if (params == NULL || params[i].inv_pmax == 0) in rio_alloc()
236 prec->inv_pmax = default_rio_params[i].inv_pmax; in rio_alloc()
238 prec->inv_pmax = params[i].inv_pmax; in rio_alloc()
260 * prec->inv_pmax) << FP_SHIFT; in rio_alloc()
H A Daltq_rio.h53 int inv_pmax; /* inverse of max drop probability */ member
H A Daltq_red.c174 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc() argument
200 if (inv_pmax == 0) in red_alloc()
203 rp->red_inv_pmax = inv_pmax; in red_alloc()
H A Daltq_red.h48 int inv_pmax; /* inverse of max drop probability */ member