Home | History | Annotate | Download | only in tc

Lines Matching refs:Wlog

126 	int wlog;
226 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
230 if (wlog >= 10)
233 opt.Wlog = wlog;
234 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
238 opt.Plog = wlog;
239 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
245 opt.Scell_log = wlog;
303 qopt->Wlog, qopt->Plog, qopt->Scell_log);