Searched refs:th_min (Results 1 – 4 of 4) sorted by relevance
229 if (params == NULL || params[i].th_min == 0) in rio_alloc()230 prec->th_min = default_rio_params[i].th_min; in rio_alloc()232 prec->th_min = params[i].th_min; in rio_alloc()242 prec->th_min_s = prec->th_min << (rp->rio_wshift + FP_SHIFT); in rio_alloc()249 prec->probd = (2 * (prec->th_max - prec->th_min) in rio_alloc()
158 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc() argument181 if (th_min == 0) in red_alloc()184 rp->red_thmin = th_min; in red_alloc()
79 int th_min; /* red min threshold */ member
46 int th_min; /* red min threshold */ member