Lines Matching refs:wlog
43 int wlog; in choke_parse_opt() local
132 wlog = tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt); in choke_parse_opt()
133 if (wlog < 0) { in choke_parse_opt()
137 if (wlog >= 10) in choke_parse_opt()
139 opt.Wlog = wlog; in choke_parse_opt()
141 wlog = tc_red_eval_P(opt.qth_min*avpkt, opt.qth_max*avpkt, probability); in choke_parse_opt()
142 if (wlog < 0) { in choke_parse_opt()
146 opt.Plog = wlog; in choke_parse_opt()
148 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf); in choke_parse_opt()
149 if (wlog < 0) { in choke_parse_opt()
153 opt.Scell_log = wlog; in choke_parse_opt()