Searched refs:Wlog (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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.1.27/net/sched/ |
D | sch_red.c | 219 ctl->qth_min, ctl->qth_max, ctl->Wlog, in red_change() 264 .qth_min = q->parms.qth_min >> q->parms.Wlog, in red_dump() 265 .qth_max = q->parms.qth_max >> q->parms.Wlog, in red_dump() 266 .Wlog = q->parms.Wlog, in red_dump()
|
D | sch_gred.c | 406 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog, in gred_change_vq() 558 opt.qth_min = q->parms.qth_min >> q->parms.Wlog; in gred_dump() 559 opt.qth_max = q->parms.qth_max >> q->parms.Wlog; in gred_dump() 560 opt.Wlog = q->parms.Wlog; in gred_dump() 574 q->vars.qavg >> q->parms.Wlog); in gred_dump() 575 opt.qave = qavg >> q->parms.Wlog; in gred_dump()
|
D | sch_choke.c | 480 red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog, in choke_change() 506 .qth_min = q->parms.qth_min >> q->parms.Wlog, in choke_dump() 507 .qth_max = q->parms.qth_max >> q->parms.Wlog, in choke_dump() 508 .Wlog = q->parms.Wlog, in choke_dump()
|
D | sch_sfq.c | 678 ctl_v1->Wlog, in sfq_change() 800 opt.qth_min = p->qth_min >> p->Wlog; in sfq_dump() 801 opt.qth_max = p->qth_max >> p->Wlog; in sfq_dump() 802 opt.Wlog = p->Wlog; in sfq_dump()
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_sched.h | 215 unsigned char Wlog; /* log(W) */ member 245 unsigned char Wlog; /* log(W) */ member 287 __u8 Wlog; /* log(W) */ member 320 unsigned char Wlog; /* log(W) */ member
|