Home
last modified time | relevance | path

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

/mirbsd/src/sys/altq/
Daltq_rio.c229 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()
Daltq_red.c158 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc() argument
181 if (th_min == 0) in red_alloc()
184 rp->red_thmin = th_min; in red_alloc()
Daltq_rio.h79 int th_min; /* red min threshold */ member
Daltq_red.h46 int th_min; /* red min threshold */ member