OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:th_min_s
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_rio.h
98
int
th_min_s
; /* th_min scaled by avgshift */
member in struct:rio::dropprec_state
altq_rio.c
275
*
th_min_s
and th_max_s are scaled versions of th_min
278
prec->
th_min_s
= prec->th_min << (rp->rio_wshift + FP_SHIFT);
383
if (avg >= prec->
th_min_s
&& prec->qlen > 1) {
391
} else if (drop_early((avg - prec->
th_min_s
) >> rp->rio_wshift,
Completed in 126 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025