HomeSort by relevance Sort by last modified time
    Searched refs:ewma_log (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/iproute2/tc/
tc_cbq.h 5 int ewma_log, unsigned maxburst);
7 int ewma_log, unsigned minburst);
tc_estimator.c 35 for (est->ewma_log=1; est->ewma_log<32; est->ewma_log++) {
36 double w = 1.0 - 1.0/(1<<est->ewma_log);
40 est->ewma_log--;
41 if (est->ewma_log==0 || est->ewma_log >= 31)
tc_cbq.c 28 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);
m_estimator.c 44 if (est->ewma_log)
60 fprintf(stderr, "[estimator i=%u e=%u]\n", est->interval, est->ewma_log);
q_cbq.c 59 int ewma_log=-1; local
75 if (get_integer(&ewma_log, *argv, 0)) {
79 if (ewma_log > 31) {
80 fprintf(stderr, "ewma_log must be < 32\n");
159 if (ewma_log < 0)
160 ewma_log = TC_CBQ_DEF_EWMA;
161 lss.ewma_log = ewma_log;
192 int ewma_log=-1; local
253 if (get_integer(&ewma_log, *argv, 0))
    [all...]
  /external/iptables/include/linux/netfilter/
xt_RATEEST.h 9 __u8 ewma_log; member in struct:xt_rateest_target_info
  /external/iptables/extensions/
libxt_RATEEST.c 16 static unsigned int ewma_log; variable
121 if (RATEEST_get_time(&ewma_log, optarg) < 0)
153 for (info->ewma_log = 1; info->ewma_log < 32; info->ewma_log++) {
154 double w = 1.0 - 1.0 / (1 << info->ewma_log);
155 if (interval / (-log(w)) > ewma_log)
158 info->ewma_log--;
160 if (info->ewma_log == 0 || info->ewma_log >= 31
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
gen_stats.h 58 * @ewma_log: the log of measurement window weight
63 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 46 unsigned char ewma_log; member in struct:tc_estimator
330 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gen_stats.h 58 * @ewma_log: the log of measurement window weight
63 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 46 unsigned char ewma_log; member in struct:tc_estimator
330 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
gen_stats.h 58 * @ewma_log: the log of measurement window weight
63 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 46 unsigned char ewma_log; member in struct:tc_estimator
330 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /external/iproute2/include/linux/
gen_stats.h 59 * @ewma_log: the log of measurement window weight
63 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 46 unsigned char ewma_log; member in struct:tc_estimator
333 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /bionic/libc/kernel/common/linux/
pkt_sched.h 49 unsigned char ewma_log; member in struct:tc_estimator
322 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 39 unsigned char ewma_log; member in struct:tc_estimator
263 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /external/kernel-headers/original/linux/
pkt_sched.h 48 unsigned char ewma_log; member in struct:tc_estimator
357 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 39 unsigned char ewma_log; member in struct:tc_estimator
263 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 39 unsigned char ewma_log; member in struct:tc_estimator
263 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 39 unsigned char ewma_log; member in struct:tc_estimator
263 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 39 unsigned char ewma_log; member in struct:tc_estimator
263 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 39 unsigned char ewma_log; member in struct:tc_estimator
263 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 39 unsigned char ewma_log; member in struct:tc_estimator
263 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 39 unsigned char ewma_log; member in struct:tc_estimator
263 unsigned char ewma_log; member in struct:tc_cbq_lssopt

Completed in 173 milliseconds

1 2 3