Home
last modified time | relevance | path

Searched refs:time_const (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/tc/
Dm_estimator.c41 unsigned A, time_const; in parse_estimator() local
53 if (get_time(&time_const, *argv)) in parse_estimator()
55 if (tc_setup_estimator(A, time_const, est) < 0) { in parse_estimator()
Dtc_estimator.c26 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est) in tc_setup_estimator() argument
37 if (A/(-log(w)) > time_const) in tc_setup_estimator()
Dtc_core.h27 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est);