Searched refs:noqueue_qdisc (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_generic.c401 static struct Qdisc noqueue_qdisc; variable in typeref:struct:Qdisc
403 .qdisc = &noqueue_qdisc,
404 .qdisc_sleeping = &noqueue_qdisc,
407 static struct Qdisc noqueue_qdisc = { variable in typeref:struct:Qdisc
412 .list = LIST_HEAD_INIT(noqueue_qdisc.list),
413 .q.lock = __SPIN_LOCK_UNLOCKED(noqueue_qdisc.q.lock),
698 qdisc = &noqueue_qdisc;
734 if (need_watchdog_p && new_qdisc != &noqueue_qdisc) {
746 which need queueing and noqueue_qdisc for

Completed in 58 milliseconds