OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_const
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/tc/
m_estimator.c
41
unsigned A,
time_const
;
local
53
if (get_time(&
time_const
, *argv))
55
if (tc_setup_estimator(A,
time_const
, est) < 0) {
tc_estimator.c
26
int tc_setup_estimator(unsigned A, unsigned
time_const
, struct tc_estimator *est)
37
if (A/(-log(w)) >
time_const
)
tc_core.h
27
int tc_setup_estimator(unsigned A, unsigned
time_const
, struct tc_estimator *est);
Completed in 35 milliseconds