Home
last modified time | relevance | path

Searched refs:noop_qdisc (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_generic.c570 RCU_POINTER_INITIALIZER(qdisc, &noop_qdisc),
571 .qdisc_sleeping = &noop_qdisc,
574 struct Qdisc noop_qdisc = { variable
579 .q.lock = __SPIN_LOCK_UNLOCKED(noop_qdisc.q.lock),
581 .running = SEQCNT_ZERO(noop_qdisc.running),
582 .busylock = __SPIN_LOCK_UNLOCKED(noop_qdisc.busylock),
584 .next = (struct sk_buff *)&noop_qdisc.gso_skb,
585 .prev = (struct sk_buff *)&noop_qdisc.gso_skb,
587 .lock = __SPIN_LOCK_UNLOCKED(noop_qdisc.gso_skb.lock),
590 .next = (struct sk_buff *)&noop_qdisc.skb_bad_txq,
[all …]
H A Dsch_multiq.c196 if (q->queues[i] != &noop_qdisc) { in multiq_tune()
199 q->queues[i] = &noop_qdisc; in multiq_tune()
212 if (q->queues[i] == &noop_qdisc) { in multiq_tune()
222 if (child != &noop_qdisc) in multiq_tune()
225 if (old != &noop_qdisc) in multiq_tune()
256 q->queues[i] = &noop_qdisc; in multiq_init()
287 new = &noop_qdisc; in multiq_graft()
H A Dsch_tbf.c416 if (q->qdisc != &noop_qdisc) { in tbf_change()
469 q->qdisc = &noop_qdisc; in tbf_init()
547 new = &noop_qdisc; in tbf_graft()
H A Dsch_atm.c97 new = &noop_qdisc; in atm_tc_graft()
298 flow->q = &noop_qdisc; in atm_tc_change()
554 p->link.q = &noop_qdisc; in atm_tc_init()
H A Dsch_sfb.c520 if (child != &noop_qdisc) in sfb_change()
563 q->qdisc = &noop_qdisc; in sfb_init()
625 new = &noop_qdisc; in sfb_graft()
H A Dsch_prio.c218 if (q->queues[i] != &noop_qdisc) in prio_tune()
297 new = &noop_qdisc; in prio_graft()
H A Dsch_dsmark.c77 new = &noop_qdisc; in dsmark_graft()
393 p->q = &noop_qdisc; in dsmark_init()
H A Dsch_drr.c115 cl->qdisc = &noop_qdisc; in drr_change_class()
214 new = &noop_qdisc; in drr_graft_class()
H A Dsch_red.c339 q->qdisc = &noop_qdisc; in red_init()
503 new = &noop_qdisc; in red_graft()
H A Dsch_ets.c257 new = &noop_qdisc; in ets_class_graft()
683 if (q->classes[i].qdisc != &noop_qdisc) in ets_qdisc_change()
H A Dsch_qfq.c474 cl->qdisc = &noop_qdisc; in qfq_change_class()
486 if (cl->qdisc != &noop_qdisc) in qfq_change_class()
593 new = &noop_qdisc; in qfq_graft_class()
H A Dsch_htb.c1198 parent->leaf.q = new_q ? new_q : &noop_qdisc; in htb_parent_to_leaf()
1417 cl->leaf.q = new_q ? new_q : &noop_qdisc; in htb_change_class()
1433 if (cl->leaf.q != &noop_qdisc) in htb_change_class()
H A Dsch_hfsc.c1059 cl->qdisc = &noop_qdisc; in hfsc_change_class()
1181 new = &noop_qdisc; in hfsc_graft_class()
1413 q->root.qdisc = &noop_qdisc; in hfsc_init_qdisc()
H A Dsch_teql.c264 if (rcu_access_pointer(txq->qdisc) == &noop_qdisc) in teql_resolve()
H A Dsch_cbs.c500 new = &noop_qdisc; in cbs_graft()
H A Dsch_cbq.c1197 q->link.q = &noop_qdisc; in cbq_init()
1637 cl->q = &noop_qdisc; in cbq_change_class()
H A Dsch_api.c854 if (!err || !new || new == &noop_qdisc) in qdisc_offload_graft_helper()
1087 rcu_assign_pointer(dev->qdisc, new ? : &noop_qdisc); in qdisc_graft()
/OK3568_Linux_fs/kernel/include/net/
H A Dsch_generic.h614 extern struct Qdisc noop_qdisc;
799 if (rcu_access_pointer(txq->qdisc) != &noop_qdisc) in qdisc_tx_is_noop()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c10424 RCU_INIT_POINTER(queue->qdisc, &noop_qdisc); in dev_ingress_queue_create()
10425 queue->qdisc_sleeping = &noop_qdisc; in dev_ingress_queue_create()