Home | History | Annotate | Download | only in tc

Lines Matching refs:Wlog

126 	int wlog;
231 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
235 if (wlog >= 10)
238 opt.Wlog = wlog;
239 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
243 opt.Plog = wlog;
244 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
250 opt.Scell_log = wlog;
314 fprintf(f, "ewma %u ", qopt->Wlog);