Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dgen_estimator.c47 u8 ewma_log; member
84 brate = (brate >> est->ewma_log) - (est->avbps >> est->ewma_log); in est_timer()
87 rate = (rate >> est->ewma_log) - (est->avpps >> est->ewma_log); in est_timer()
146 if (parm->ewma_log == 0 || parm->ewma_log >= 31) in gen_new_estimator()
158 est->ewma_log = parm->ewma_log; in gen_new_estimator()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_RATEEST.c131 if ((!info->interval && !info->ewma_log) || in xt_rateest_tg_checkentry()
133 info->ewma_log != est->params.ewma_log)) { in xt_rateest_tg_checkentry()
150 est->params.ewma_log = info->ewma_log; in xt_rateest_tg_checkentry()
155 cfg.est.ewma_log = info->ewma_log; in xt_rateest_tg_checkentry()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cbq.c78 unsigned char ewma_log; /* time constant for idle time calculation */ member
410 delay -= (-cl->avgidle) - ((-cl->avgidle) >> cl->ewma_log); in cbq_overlimit()
589 avgidle += idle - (avgidle>>cl->ewma_log); in cbq_update()
608 idle = (-avgidle) - ((-avgidle) >> cl->ewma_log); in cbq_update()
1066 cl->ewma_log = lss->ewma_log; in cbq_set_lss()
1208 q->link.ewma_log = TC_CBQ_DEF_EWMA; in cbq_init()
1254 opt.ewma_log = cl->ewma_log; in cbq_dump_lss()
1657 if (cl->ewma_log == 0) in cbq_change_class()
1658 cl->ewma_log = q->link.ewma_log; in cbq_change_class()
H A Dsch_htb.c1350 .ewma_log = 2, in htb_change_class()
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dxt_RATEEST.h11 __u8 ewma_log; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dxt_RATEEST.h11 __u8 ewma_log; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dxt_RATEEST.h11 __u8 ewma_log; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dgen_stats.h74 unsigned char ewma_log; member
H A Dpkt_sched.h48 unsigned char ewma_log; member
491 unsigned char ewma_log; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dgen_stats.h77 unsigned char ewma_log; member
H A Dpkt_sched.h47 unsigned char ewma_log; member
444 unsigned char ewma_log; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dgen_stats.h77 unsigned char ewma_log; member
H A Dpkt_sched.h47 unsigned char ewma_log; member
444 unsigned char ewma_log; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h47 unsigned char ewma_log; member
471 unsigned char ewma_log; member
/OK3568_Linux_fs/kernel/drivers/atm/
H A Didt77252.h192 unsigned int ewma_log; member
H A Didt77252.c2093 est->avcps += ((long)rate - (long)est->avcps) >> est->ewma_log; in idt77252_est_timer()
2130 est->ewma_log = 2; /* XXX: make this configurable */ in idt77252_init_est()