Wlog 140 include/net/red.h u8 Wlog; /* log(W) */ Wlog 171 include/net/red.h static inline bool red_check_params(u32 qth_min, u32 qth_max, u8 Wlog) Wlog 173 include/net/red.h if (fls(qth_min) + Wlog > 32) Wlog 175 include/net/red.h if (fls(qth_max) + Wlog > 32) Wlog 183 include/net/red.h u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, Wlog 189 include/net/red.h p->qth_min = qth_min << Wlog; Wlog 190 include/net/red.h p->qth_max = qth_max << Wlog; Wlog 191 include/net/red.h p->Wlog = Wlog; Wlog 303 include/net/red.h return v->qavg + (backlog - (v->qavg >> p->Wlog)); Wlog 342 include/net/red.h return !(((qavg - p->qth_min) >> p->Wlog) * v->qcount < v->qR); Wlog 407 include/net/red.h qavg >>= p->Wlog; Wlog 238 include/uapi/linux/pkt_sched.h unsigned char Wlog; /* log(W) */ Wlog 268 include/uapi/linux/pkt_sched.h unsigned char Wlog; /* log(W) */ Wlog 338 include/uapi/linux/pkt_sched.h __u8 Wlog; /* log(W) */ Wlog 371 include/uapi/linux/pkt_sched.h unsigned char Wlog; /* log(W) */ Wlog 371 net/sched/sch_choke.c if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) Wlog 419 net/sched/sch_choke.c red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog, Wlog 446 net/sched/sch_choke.c .qth_min = q->parms.qth_min >> q->parms.Wlog, Wlog 447 net/sched/sch_choke.c .qth_max = q->parms.qth_max >> q->parms.Wlog, Wlog 448 net/sched/sch_choke.c .Wlog = q->parms.Wlog, Wlog 339 net/sched/sch_gred.c opt.set.tab[i].min = q->parms.qth_min >> q->parms.Wlog; Wlog 340 net/sched/sch_gred.c opt.set.tab[i].max = q->parms.qth_max >> q->parms.Wlog; Wlog 483 net/sched/sch_gred.c if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) { Wlog 507 net/sched/sch_gred.c ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog, Wlog 815 net/sched/sch_gred.c opt.qth_min = q->parms.qth_min >> q->parms.Wlog; Wlog 816 net/sched/sch_gred.c opt.qth_max = q->parms.qth_max >> q->parms.Wlog; Wlog 817 net/sched/sch_gred.c opt.Wlog = q->parms.Wlog; Wlog 831 net/sched/sch_gred.c q->vars.qavg >> q->parms.Wlog); Wlog 832 net/sched/sch_gred.c opt.qave = qavg >> q->parms.Wlog; Wlog 162 net/sched/sch_red.c opt.set.min = q->parms.qth_min >> q->parms.Wlog; Wlog 163 net/sched/sch_red.c opt.set.max = q->parms.qth_max >> q->parms.Wlog; Wlog 216 net/sched/sch_red.c if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) Wlog 239 net/sched/sch_red.c ctl->qth_min, ctl->qth_max, ctl->Wlog, Wlog 306 net/sched/sch_red.c .qth_min = q->parms.qth_min >> q->parms.Wlog, Wlog 307 net/sched/sch_red.c .qth_max = q->parms.qth_max >> q->parms.Wlog, Wlog 308 net/sched/sch_red.c .Wlog = q->parms.Wlog, Wlog 650 net/sched/sch_sfq.c ctl_v1->Wlog)) Wlog 676 net/sched/sch_sfq.c ctl_v1->Wlog, Wlog 805 net/sched/sch_sfq.c opt.qth_min = p->qth_min >> p->Wlog; Wlog 806 net/sched/sch_sfq.c opt.qth_max = p->qth_max >> p->Wlog; Wlog 807 net/sched/sch_sfq.c opt.Wlog = p->Wlog; Wlog 237 tools/include/uapi/linux/pkt_sched.h unsigned char Wlog; /* log(W) */ Wlog 267 tools/include/uapi/linux/pkt_sched.h unsigned char Wlog; /* log(W) */ Wlog 337 tools/include/uapi/linux/pkt_sched.h __u8 Wlog; /* log(W) */ Wlog 370 tools/include/uapi/linux/pkt_sched.h unsigned char Wlog; /* log(W) */