Searched defs:ewma_log (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/tc/
H A Dtc_cbq.c28 int ewma_log, unsigned maxburst)
31 double g = 1.0 - 1.0/(1<<ewma_log);
41 return tc_core_time2tick(maxidle*(1<<ewma_log)*TIME_UNITS_PER_SEC);
45 int ewma_log, unsigned minburst)
47 double g = 1.0 - 1.0/(1<<ewma_log);
27 tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt, int ewma_log, unsigned maxburst) argument
44 tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt, int ewma_log, unsigned minburst) argument
H A Dq_cbq.c60 int ewma_log=-1; local
76 if (get_integer(&ewma_log, *argv, 0)) {
80 if (ewma_log > 31) {
81 fprintf(stderr, "ewma_log must be < 32\n");
160 if (ewma_log < 0)
161 ewma_log = TC_CBQ_DEF_EWMA;
162 lss.ewma_log = ewma_log;
193 int ewma_log=-1; local
254 if (get_integer(&ewma_log, *arg
[all...]
/external/iproute2/include/linux/
H A Dgen_stats.h63 * @ewma_log: the log of measurement window weight
68 unsigned char ewma_log; member in struct:gnet_estimator
H A Dpkt_sched.h48 unsigned char ewma_log; member in struct:tc_estimator
357 unsigned char ewma_log; member in struct:tc_cbq_lssopt
/external/kernel-headers/original/linux/
H A Dpkt_sched.h48 unsigned char ewma_log; member in struct:tc_estimator
357 unsigned char ewma_log; member in struct:tc_cbq_lssopt

Completed in 95 milliseconds