HomeSort by relevance Sort by last modified time
    Searched full:time_const (Results 1 - 6 of 6) 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_core.h 27 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est);
tc_estimator.c 26 int tc_setup_estimator(unsigned A, unsigned time_const, struct tc_estimator *est)
37 if (A/(-log(w)) > time_const)
  /external/iproute2/misc/
nstat.c 377 sprintf(info_source, "%d.%lu sampling_interval=%d time_const=%d",
rtacct.c 372 "%u.%lu sampling_interval=%d time_const=%d",
ifstat.c 492 sprintf(info_source, "%d.%lu sampling_interval=%d time_const=%d",

Completed in 268 milliseconds