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

  /external/iproute2/include/linux/
gen_stats.h 63 * @ewma_log: the log of measurement window weight
68 unsigned char ewma_log; member in struct:gnet_estimator
pkt_sched.h 48 unsigned char ewma_log; member in struct:tc_estimator
357 unsigned char ewma_log; member in struct:tc_cbq_lssopt
  /external/iproute2/tc/
q_cbq.c 60 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, *argv, 0))
    [all...]
  /bionic/libc/kernel/common/linux/
pkt_sched.h 41 unsigned char ewma_log; member in struct:tc_estimator
297 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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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

Completed in 1257 milliseconds