Home | History | Annotate | Download | only in tc

Lines Matching refs:Wlog

42 	int wlog;
112 if ((wlog = tc_red_eval_ewma(opt.qth_min, burst, avpkt)) < 0) {
116 if (wlog >= 10)
118 opt.Wlog = wlog;
119 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
123 opt.Plog = wlog;
124 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
128 opt.Scell_log = wlog;
174 qopt->Wlog, qopt->Plog, qopt->Scell_log);