OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fve_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_flowvalve.h
65
int
fve_p
; /* scaled average drop rate */
member in struct:fve
altq_red.c
1095
*
fve_p
and fve_f, in the fixed point format.
1224
fve->
fve_p
= 0.0;
1358
if (fve->fve_state == Green && fve->
fve_p
> fv->fv_pthresh) {
1362
fthresh = fv_p2f(fv, fve->
fve_p
);
1373
fve->
fve_p
= 0;
1392
fve->
fve_p
-= FV_PUNSCALE(fve->
fve_p
);
1393
if (fve->
fve_p
< 0)
1394
fve->
fve_p
= 0;
1429
fve->
fve_p
= (1 << FP_SHIFT) + fve->fve_p
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025