Lines Matching full:wlog
43 int wlog;
129 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
133 if (wlog >= 10)
135 opt.Wlog = wlog;
136 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
140 opt.Plog = wlog;
141 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
145 opt.Scell_log = wlog;
192 fprintf(f, "ewma %u ", qopt->Wlog);