Home
last modified time | relevance | path

Searched refs:ewma_log (Results 1 – 11 of 11) sorted by relevance

/external/iproute2/tc/
Dtc_estimator.c35 for (est->ewma_log=1; est->ewma_log<32; est->ewma_log++) { in tc_setup_estimator()
36 double w = 1.0 - 1.0/(1<<est->ewma_log); in tc_setup_estimator()
40 est->ewma_log--; in tc_setup_estimator()
41 if (est->ewma_log==0 || est->ewma_log >= 31) in tc_setup_estimator()
Dq_cbq.c60 int ewma_log=-1; in cbq_parse_opt() local
76 if (get_integer(&ewma_log, *argv, 0)) { in cbq_parse_opt()
80 if (ewma_log > 31) { in cbq_parse_opt()
160 if (ewma_log < 0) in cbq_parse_opt()
161 ewma_log = TC_CBQ_DEF_EWMA; in cbq_parse_opt()
162 lss.ewma_log = ewma_log; in cbq_parse_opt()
193 int ewma_log=-1; in cbq_parse_class_opt() local
254 if (get_integer(&ewma_log, *argv, 0)) { in cbq_parse_class_opt()
258 if (ewma_log > 31) { in cbq_parse_class_opt()
371 if (ewma_log < 0) in cbq_parse_class_opt()
[all …]
Dtc_cbq.c28 int ewma_log, unsigned maxburst) in tc_cbq_calc_maxidle() argument
31 double g = 1.0 - 1.0/(1<<ewma_log); in tc_cbq_calc_maxidle()
41 return tc_core_time2tick(maxidle*(1<<ewma_log)*TIME_UNITS_PER_SEC); in tc_cbq_calc_maxidle()
45 int ewma_log, unsigned minburst) in tc_cbq_calc_offtime() argument
47 double g = 1.0 - 1.0/(1<<ewma_log); in tc_cbq_calc_offtime()
Dtc_cbq.h5 int ewma_log, unsigned maxburst);
7 int ewma_log, unsigned minburst);
Dm_estimator.c44 if (est->ewma_log) in parse_estimator()
60 fprintf(stderr, "[estimator i=%u e=%u]\n", est->interval, est->ewma_log); in parse_estimator()
Dtc_qdisc.c137 if (est.ewma_log) in tc_qdisc_modify()
Dtc_class.c113 if (est.ewma_log) in tc_class_modify()
Dtc_filter.c157 if (est.ewma_log) in tc_filter_modify()
/external/iproute2/include/linux/
Dgen_stats.h68 unsigned char ewma_log; member
Dpkt_sched.h48 unsigned char ewma_log; member
357 unsigned char ewma_log; member
/external/kernel-headers/original/linux/
Dpkt_sched.h48 unsigned char ewma_log; member
357 unsigned char ewma_log; member