Searched refs:inv_pmax (Results 1 – 4 of 4) sorted by relevance
254 if (params == NULL || params[i].inv_pmax == 0) in rio_alloc()255 prec->inv_pmax = default_rio_params[i].inv_pmax; in rio_alloc()257 prec->inv_pmax = params[i].inv_pmax; in rio_alloc()279 * prec->inv_pmax) << FP_SHIFT; in rio_alloc()653 q_stats->q_params[i].inv_pmax654 = rp->rio_precstate[i].inv_pmax;698 fc->q_params[i].inv_pmax =699 rqp->rq_rio->rio_precstate[i].inv_pmax;
54 int inv_pmax; member91 int inv_pmax; /* inverse of max drop probability */ member
93 int inv_pmax; /* inverse of max drop probability */ member
226 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc() argument252 if (inv_pmax == 0) in red_alloc()255 rp->red_inv_pmax = inv_pmax; in red_alloc()895 q_stats->inv_pmax = rp->red_inv_pmax;973 default_inv_pmax = rp->inv_pmax;