Lines Matching refs:Wlog
71 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()
543 dst->qth_min=q->qth_min>>q->Wlog; in gred_dump()
544 dst->qth_max=q->qth_max>>q->Wlog; in gred_dump()
558 dst->qave = qave >> q->Wlog; in gred_dump()
561 dst->qave = q->qave >> q->Wlog; in gred_dump()
568 dst->Wlog = q->Wlog; in gred_dump()