Searched refs:Wlog (Results 1 – 3 of 3) sorted by relevance
144 char Wlog; /* log(W) */ member231 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()
71 char Wlog; /* log(W) */ member164 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 …]
192 unsigned char Wlog; /* log(W) */ member236 unsigned char Wlog; /* log(W) */ member