OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TH_MIN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_rio.c
153
#define
TH_MIN
5 /* min threshold */
184
/*
th_min
, th_max, inv_pmax */
185
{ TH_MAX * 2 +
TH_MIN
, TH_MAX * 3, INV_P_MAX }, /* low drop precedence */
186
{ TH_MAX +
TH_MIN
, TH_MAX * 2, INV_P_MAX }, /* medium drop precedence */
187
{
TH_MIN
, TH_MAX, INV_P_MAX } /* high drop precedence */
265
if (params == NULL || params[i].
th_min
== 0)
266
prec->
th_min
= default_rio_params[i].
th_min
;
268
prec->
th_min
= params[i].
th_min
;
[
all
...]
altq_red.c
165
#define
TH_MIN
5 /* min threshold */
200
static int default_th_min =
TH_MIN
;
231
red_alloc(int weight, int inv_pmax, int
th_min
, int th_max, int flags,
253
if (
th_min
== 0)
256
rp->red_thmin =
th_min
;
295
* thmin_s and thmax_s are scaled versions of
th_min
and th_max
303
* probd = (2 * (TH_MAX-
TH_MIN
) / pmax) in fixed-point
411
/* first exceeds
th_min
*/
430
/* avg <
th_min
*/
486
* prob = p_max * (avg -
th_min
) / (th_max - th_min
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Sep 27 21:09:56 GMT 2025