HomeSort by relevance Sort by last modified time
    Searched refs:time_const (Results 1 - 3 of 3) sorted by null

  /external/iproute2/tc/
m_estimator.c 41 unsigned int 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 int A, unsigned int time_const, struct tc_estimator *est)
38 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 62 milliseconds