Searched refs:ewma_log (Results 1 – 9 of 9) sorted by relevance
51 u8 ewma_log; member87 brate = (b.bytes - est->last_bytes) << (10 - est->ewma_log - est->intvl_log); in est_timer()88 brate -= (est->avbps >> est->ewma_log); in est_timer()90 rate = (u64)(b.packets - est->last_packets) << (10 - est->ewma_log - est->intvl_log); in est_timer()91 rate -= (est->avpps >> est->ewma_log); in est_timer()159 est->ewma_log = parm->ewma_log; in gen_new_estimator()
131 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()
11 __u8 ewma_log; member
83 unsigned char ewma_log; /* time constant for idle time calculation */ member415 delay -= (-cl->avgidle) - ((-cl->avgidle) >> cl->ewma_log); in cbq_overlimit()594 avgidle += idle - (avgidle>>cl->ewma_log); in cbq_update()613 idle = (-avgidle) - ((-avgidle) >> cl->ewma_log); in cbq_update()1072 cl->ewma_log = lss->ewma_log; in cbq_set_lss()1192 q->link.ewma_log = TC_CBQ_DEF_EWMA; in cbq_init()1238 opt.ewma_log = cl->ewma_log; in cbq_dump_lss()1644 if (cl->ewma_log == 0) in cbq_change_class()1645 cl->ewma_log = q->link.ewma_log; in cbq_change_class()
1371 .ewma_log = 2, in htb_change_class()
76 unsigned char ewma_log; member
47 unsigned char ewma_log; member444 unsigned char ewma_log; member
192 unsigned int ewma_log; member
2093 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()