OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vxmt
(Results
1 - 1
of
1
) sorted by null
/external/iproute2/tc/
tc_cbq.c
36
double
vxmt
= (double)avpkt/rate - xmt;
local
37
vxmt
*= (pow(g, -(double)maxburst) - 1);
38
if (
vxmt
> maxidle)
39
maxidle =
vxmt
;
Completed in 105 milliseconds