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

1 2

  /external/iptables/include/linux/netfilter/
xt_RATEEST.h 9 __u8 ewma_log; member in struct:xt_rateest_target_info
  /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
  /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/tc/
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...]
  /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
  /prebuilts/ndk/6/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/6/platforms/android-3/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/7/platforms/android-14/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/7/platforms/android-14/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

Completed in 3229 milliseconds

1 2