qdisc_qlen       3412 net/core/dev.c 	} else if ((q->flags & TCQ_F_CAN_BYPASS) && !qdisc_qlen(q) &&
qdisc_qlen        116 net/sched/sch_codel.c 	if (likely(qdisc_qlen(sch) < sch->limit)) {
qdisc_qlen        157 net/sched/sch_pie.c 	if (unlikely(qdisc_qlen(sch) >= sch->limit)) {
qdisc_qlen        176 net/sched/sch_pie.c 		if (qdisc_qlen(sch) > q->stats.maxq)
qdisc_qlen        177 net/sched/sch_pie.c 			q->stats.maxq = qdisc_qlen(sch);