Searched refs:Wlog (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/net/ |
D | red.h | 139 u8 Wlog; /* log(W) */ member 171 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, in red_set_parms() argument 177 p->qth_min = qth_min << Wlog; in red_set_parms() 178 p->qth_max = qth_max << Wlog; in red_set_parms() 179 p->Wlog = Wlog; in red_set_parms() 291 return v->qavg + (backlog - (v->qavg >> p->Wlog)); in red_calc_qavg_no_idle_time() 330 return !(((qavg - p->qth_min) >> p->Wlog) * v->qcount < v->qR); in red_mark_probability() 395 qavg >>= p->Wlog; in red_adaptative_algo()
|
/linux-4.4.14/net/sched/ |
D | sch_red.c | 220 ctl->qth_min, ctl->qth_max, ctl->Wlog, in red_change() 265 .qth_min = q->parms.qth_min >> q->parms.Wlog, in red_dump() 266 .qth_max = q->parms.qth_max >> q->parms.Wlog, in red_dump() 267 .Wlog = q->parms.Wlog, in red_dump()
|
D | sch_gred.c | 410 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog, in gred_change_vq() 576 opt.qth_min = q->parms.qth_min >> q->parms.Wlog; in gred_dump() 577 opt.qth_max = q->parms.qth_max >> q->parms.Wlog; in gred_dump() 578 opt.Wlog = q->parms.Wlog; in gred_dump() 592 q->vars.qavg >> q->parms.Wlog); in gred_dump() 593 opt.qave = qavg >> q->parms.Wlog; in gred_dump()
|
D | sch_choke.c | 489 red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog, in choke_change() 515 .qth_min = q->parms.qth_min >> q->parms.Wlog, in choke_dump() 516 .qth_max = q->parms.qth_max >> q->parms.Wlog, in choke_dump() 517 .Wlog = q->parms.Wlog, in choke_dump()
|
D | sch_sfq.c | 657 ctl_v1->Wlog, in sfq_change() 779 opt.qth_min = p->qth_min >> p->Wlog; in sfq_dump() 780 opt.qth_max = p->qth_max >> p->Wlog; in sfq_dump() 781 opt.Wlog = p->Wlog; in sfq_dump()
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_sched.h | 215 unsigned char Wlog; /* log(W) */ member 245 unsigned char Wlog; /* log(W) */ member 288 __u8 Wlog; /* log(W) */ member 321 unsigned char Wlog; /* log(W) */ member
|