qth_min 130 include/net/red.h u32 qth_min; /* Min avg length threshold: Wlog scaled */ qth_min 171 include/net/red.h static inline bool red_check_params(u32 qth_min, u32 qth_max, u8 Wlog) qth_min 173 include/net/red.h if (fls(qth_min) + Wlog > 32) qth_min 177 include/net/red.h if (qth_max < qth_min) qth_min 183 include/net/red.h u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, qth_min 186 include/net/red.h int delta = qth_max - qth_min; qth_min 189 include/net/red.h p->qth_min = qth_min << Wlog; qth_min 210 include/net/red.h p->target_min = qth_min + 2*delta; qth_min 211 include/net/red.h p->target_max = qth_min + 3*delta; qth_min 342 include/net/red.h return !(((qavg - p->qth_min) >> p->Wlog) * v->qcount < v->qR); qth_min 353 include/net/red.h if (qavg < p->qth_min) qth_min 236 include/uapi/linux/pkt_sched.h __u32 qth_min; /* Min average length threshold (bytes) */ qth_min 266 include/uapi/linux/pkt_sched.h __u32 qth_min; /* Min average length threshold (bytes) */ qth_min 329 include/uapi/linux/pkt_sched.h __u32 qth_min; /* Min average length threshold (bytes) */ qth_min 369 include/uapi/linux/pkt_sched.h __u32 qth_min; /* Min average threshold (packets) */ qth_min 232 net/sched/sch_choke.c if (q->vars.qavg <= p->qth_min) qth_min 371 net/sched/sch_choke.c if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) qth_min 419 net/sched/sch_choke.c red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog, qth_min 446 net/sched/sch_choke.c .qth_min = q->parms.qth_min >> q->parms.Wlog, qth_min 339 net/sched/sch_gred.c opt.set.tab[i].min = q->parms.qth_min >> q->parms.Wlog; qth_min 483 net/sched/sch_gred.c if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) { qth_min 507 net/sched/sch_gred.c ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog, qth_min 815 net/sched/sch_gred.c opt.qth_min = q->parms.qth_min >> q->parms.Wlog; qth_min 162 net/sched/sch_red.c opt.set.min = q->parms.qth_min >> q->parms.Wlog; qth_min 216 net/sched/sch_red.c if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog)) qth_min 239 net/sched/sch_red.c ctl->qth_min, ctl->qth_max, ctl->Wlog, qth_min 306 net/sched/sch_red.c .qth_min = q->parms.qth_min >> q->parms.Wlog, qth_min 649 net/sched/sch_sfq.c if (ctl_v1 && !red_check_params(ctl_v1->qth_min, ctl_v1->qth_max, qth_min 652 net/sched/sch_sfq.c if (ctl_v1 && ctl_v1->qth_min) { qth_min 675 net/sched/sch_sfq.c ctl_v1->qth_min, ctl_v1->qth_max, qth_min 805 net/sched/sch_sfq.c opt.qth_min = p->qth_min >> p->Wlog; qth_min 235 tools/include/uapi/linux/pkt_sched.h __u32 qth_min; /* Min average length threshold (bytes) */ qth_min 265 tools/include/uapi/linux/pkt_sched.h __u32 qth_min; /* Min average length threshold (bytes) */ qth_min 328 tools/include/uapi/linux/pkt_sched.h __u32 qth_min; /* Min average length threshold (bytes) */ qth_min 368 tools/include/uapi/linux/pkt_sched.h __u32 qth_min; /* Min average threshold (packets) */