ewma_log 2092 drivers/atm/idt77252.c est->avcps += ((long)rate - (long)est->avcps) >> est->ewma_log; ewma_log 2129 drivers/atm/idt77252.c est->ewma_log = 2; /* XXX: make this configurable */ ewma_log 192 drivers/atm/idt77252.h unsigned int ewma_log; ewma_log 77 include/uapi/linux/gen_stats.h unsigned char ewma_log; ewma_log 11 include/uapi/linux/netfilter/xt_RATEEST.h __u8 ewma_log; ewma_log 48 include/uapi/linux/pkt_sched.h unsigned char ewma_log; ewma_log 472 include/uapi/linux/pkt_sched.h unsigned char ewma_log; ewma_log 47 net/core/gen_estimator.c u8 ewma_log; ewma_log 83 net/core/gen_estimator.c brate = (b.bytes - est->last_bytes) << (10 - est->ewma_log - est->intvl_log); ewma_log 84 net/core/gen_estimator.c brate -= (est->avbps >> est->ewma_log); ewma_log 86 net/core/gen_estimator.c rate = (u64)(b.packets - est->last_packets) << (10 - est->ewma_log - est->intvl_log); ewma_log 87 net/core/gen_estimator.c rate -= (est->avpps >> est->ewma_log); ewma_log 155 net/core/gen_estimator.c est->ewma_log = parm->ewma_log; ewma_log 128 net/netfilter/xt_RATEEST.c if ((!info->interval && !info->ewma_log) || ewma_log 130 net/netfilter/xt_RATEEST.c info->ewma_log != est->params.ewma_log)) { ewma_log 147 net/netfilter/xt_RATEEST.c est->params.ewma_log = info->ewma_log; ewma_log 152 net/netfilter/xt_RATEEST.c cfg.est.ewma_log = info->ewma_log; ewma_log 78 net/sched/sch_cbq.c unsigned char ewma_log; /* time constant for idle time calculation */ ewma_log 410 net/sched/sch_cbq.c delay -= (-cl->avgidle) - ((-cl->avgidle) >> cl->ewma_log); ewma_log 589 net/sched/sch_cbq.c avgidle += idle - (avgidle>>cl->ewma_log); ewma_log 608 net/sched/sch_cbq.c idle = (-avgidle) - ((-avgidle) >> cl->ewma_log); ewma_log 1067 net/sched/sch_cbq.c cl->ewma_log = lss->ewma_log; ewma_log 1209 net/sched/sch_cbq.c q->link.ewma_log = TC_CBQ_DEF_EWMA; ewma_log 1255 net/sched/sch_cbq.c opt.ewma_log = cl->ewma_log; ewma_log 1658 net/sched/sch_cbq.c if (cl->ewma_log == 0) ewma_log 1659 net/sched/sch_cbq.c cl->ewma_log = q->link.ewma_log; ewma_log 1352 net/sched/sch_htb.c .ewma_log = 2, ewma_log 47 tools/include/uapi/linux/pkt_sched.h unsigned char ewma_log; ewma_log 471 tools/include/uapi/linux/pkt_sched.h unsigned char ewma_log;