Searched refs:ewma_log (Results 1 – 9 of 9) sorted by relevance
47 u8 ewma_log; member88 brate = (brate >> est->ewma_log) - (est->avbps >> est->ewma_log); in est_timer()91 rate = (rate >> est->ewma_log) - (est->avpps >> est->ewma_log); in est_timer()152 if (parm->ewma_log == 0 || parm->ewma_log >= 31) in gen_new_estimator()164 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()151 est->params.ewma_log = info->ewma_log; in xt_rateest_tg_checkentry()156 cfg.est.ewma_log = info->ewma_log; in xt_rateest_tg_checkentry()
11 __u8 ewma_log; member
74 unsigned char ewma_log; member
48 unsigned char ewma_log; member492 unsigned char ewma_log; member
47 unsigned char ewma_log; member472 unsigned char ewma_log; member
192 unsigned int ewma_log; member
2087 est->avcps += ((long)rate - (long)est->avcps) >> est->ewma_log; in idt77252_est_timer()2124 est->ewma_log = 2; /* XXX: make this configurable */ in idt77252_init_est()
1843 .ewma_log = 2, in htb_change_class()