Home
last modified time | relevance | path

Searched refs:Wlog (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/sched/
Dsch_red.c144 char Wlog; /* log(W) */ member
231 q->qave += sch->stats.backlog - (q->qave >> q->Wlog); in red_enqueue()
287 if (((q->qave - q->qth_min)>>q->Wlog)*q->qcount < q->qR) in red_enqueue()
376 q->Wlog = ctl->Wlog; in red_change()
381 q->qth_min = ctl->qth_min<<ctl->Wlog; in red_change()
382 q->qth_max = ctl->qth_max<<ctl->Wlog; in red_change()
425 opt.qth_min = q->qth_min>>q->Wlog; in red_dump()
426 opt.qth_max = q->qth_max>>q->Wlog; in red_dump()
427 opt.Wlog = q->Wlog; in red_dump()
Dsch_gred.c71 char Wlog; /* log(W) */ member
164 q->qave += sch->stats.backlog - (q->qave >> q->Wlog); in gred_enqueue()
166 q->qave += q->backlog - (q->qave >> q->Wlog); in gred_enqueue()
202 if ((((qave+q->qave) - q->qth_min)>>q->Wlog)*q->qcount < q->qR) in gred_enqueue()
399 q->Wlog = ctl->Wlog; in gred_change()
405 q->qth_min = ctl->qth_min<<ctl->Wlog; in gred_change()
406 q->qth_max = ctl->qth_max<<ctl->Wlog; in gred_change()
449 q->Wlog = ctl->Wlog; in gred_change()
455 q->qth_min = ctl->qth_min<<ctl->Wlog; in gred_change()
456 q->qth_max = ctl->qth_max<<ctl->Wlog; in gred_change()
[all …]
/linux-2.4.37.9/include/linux/
Dpkt_sched.h192 unsigned char Wlog; /* log(W) */ member
236 unsigned char Wlog; /* log(W) */ member