Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_rio.c234 if (params == NULL || params[i].inv_pmax == 0) in rio_alloc()
235 prec->inv_pmax = default_rio_params[i].inv_pmax; in rio_alloc()
237 prec->inv_pmax = params[i].inv_pmax; in rio_alloc()
259 * prec->inv_pmax) << FP_SHIFT; in rio_alloc()
H A Daltq_red.c173 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc() argument
199 if (inv_pmax == 0) in red_alloc()
202 rp->red_inv_pmax = inv_pmax; in red_alloc()
H A Daltq_rio.h52 int inv_pmax; /* inverse of max drop probability */ member
H A Daltq_red.h47 int inv_pmax; /* inverse of max drop probability */ member