Lines Matching refs:ewma_log
78 unsigned char ewma_log; /* time constant for idle time calculation */
407 * place, apparently they forgot to shift it by cl->ewma_log.
410 delay -= (-cl->avgidle) - ((-cl->avgidle) >> cl->ewma_log);
585 * where W=2^{-ewma_log}. But cl->avgidle is scaled:
589 avgidle += idle - (avgidle>>cl->ewma_log);
608 idle = (-avgidle) - ((-avgidle) >> cl->ewma_log);
1066 cl->ewma_log = lss->ewma_log;
1208 q->link.ewma_log = TC_CBQ_DEF_EWMA;
1254 opt.ewma_log = cl->ewma_log;
1657 if (cl->ewma_log == 0)
1658 cl->ewma_log = q->link.ewma_log;