Searched refs:inv_pmax (Results 1 – 4 of 4) sorted by relevance
234 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()
173 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc() argument199 if (inv_pmax == 0) in red_alloc()202 rp->red_inv_pmax = inv_pmax; in red_alloc()
52 int inv_pmax; /* inverse of max drop probability */ member
47 int inv_pmax; /* inverse of max drop probability */ member