Searched refs:Wlog (Results 1 - 25 of 38) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dred.h25 W is the filter time constant (chosen as 2^(-Wlog)), it controls
49 Wlog - bits (<32) log(1/W).
110 u8 Wlog; /* log(W) */ member in struct:red_parms
129 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog,
139 p->qth_min = qth_min << Wlog;
140 p->qth_max = qth_max << Wlog;
141 p->Wlog = Wlog;
226 * NOTE: p->qavg is fixed point number with point at Wlog.
234 return p->qavg + (backlog - (p->qavg >> p->Wlog));
128 red_set_parms(struct red_parms *p, u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, u8 Scell_log, u8 *stab) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dred.h25 W is the filter time constant (chosen as 2^(-Wlog)), it controls
49 Wlog - bits (<32) log(1/W).
110 u8 Wlog; /* log(W) */ member in struct:red_parms
129 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog,
139 p->qth_min = qth_min << Wlog;
140 p->qth_max = qth_max << Wlog;
141 p->Wlog = Wlog;
226 * NOTE: p->qavg is fixed point number with point at Wlog.
234 return p->qavg + (backlog - (p->qavg >> p->Wlog));
128 red_set_parms(struct red_parms *p, u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, u8 Scell_log, u8 *stab) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dtc_red.c72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
H A Dq_red.c132 opt.Wlog = wlog;
138 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
188 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_gred.c233 opt.Wlog = wlog;
239 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
303 qopt->Wlog, qopt->Plog, qopt->Scell_log);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dtc_red.c72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
H A Dq_choke.c137 opt.Wlog = wlog;
146 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf);
187 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_red.c118 opt.Wlog = wlog;
124 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
174 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_gred.c232 opt.Wlog = wlog;
238 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
302 qopt->Wlog, qopt->Plog, qopt->Scell_log);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dtc_red.c72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
H A Dq_red.c132 opt.Wlog = wlog;
138 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
188 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_gred.c233 opt.Wlog = wlog;
239 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
303 qopt->Wlog, qopt->Plog, qopt->Scell_log);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dtc_red.c72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
H A Dq_choke.c137 opt.Wlog = wlog;
146 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf);
187 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_red.c118 opt.Wlog = wlog;
124 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
174 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_gred.c232 opt.Wlog = wlog;
238 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
302 qopt->Wlog, qopt->Plog, qopt->Scell_log);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dtc_red.c72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
H A Dq_red.c132 opt.Wlog = wlog;
138 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
188 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_gred.c233 opt.Wlog = wlog;
239 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
303 qopt->Wlog, qopt->Plog, qopt->Scell_log);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dtc_red.c72 int tc_red_eval_idle_damping(int Wlog, unsigned avpkt, unsigned bps, __u8 *sbuf) argument
75 double lW = -log(1.0 - 1.0/(1<<Wlog))/xmit_time;
H A Dq_choke.c137 opt.Wlog = wlog;
146 wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf);
187 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_red.c118 opt.Wlog = wlog;
124 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0) {
174 qopt->Wlog, qopt->Plog, qopt->Scell_log);
H A Dq_gred.c232 opt.Wlog = wlog;
238 if ((wlog = tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)) < 0)
302 qopt->Wlog, qopt->Plog, qopt->Scell_log);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dsch_red.c209 red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog,
235 .qth_min = q->parms.qth_min >> q->parms.Wlog,
236 .qth_max = q->parms.qth_max >> q->parms.Wlog,
237 .Wlog = q->parms.Wlog,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dsch_red.c209 red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog,
235 .qth_min = q->parms.qth_min >> q->parms.Wlog,
236 .qth_max = q->parms.qth_max >> q->parms.Wlog,
237 .Wlog = q->parms.Wlog,

Completed in 287 milliseconds

12