Home
last modified time | relevance | path

Searched refs:noop_qdisc (Results 1 - 25 of 37) sorted by relevance

12

/kernel/linux/linux-6.6/net/sched/
H A Dsch_generic.c650 RCU_POINTER_INITIALIZER(qdisc, &noop_qdisc),
651 RCU_POINTER_INITIALIZER(qdisc_sleeping, &noop_qdisc),
654 struct Qdisc noop_qdisc = { variable
659 .q.lock = __SPIN_LOCK_UNLOCKED(noop_qdisc.q.lock),
661 .busylock = __SPIN_LOCK_UNLOCKED(noop_qdisc.busylock),
663 .next = (struct sk_buff *)&noop_qdisc.gso_skb,
664 .prev = (struct sk_buff *)&noop_qdisc.gso_skb,
666 .lock = __SPIN_LOCK_UNLOCKED(noop_qdisc.gso_skb.lock),
669 .next = (struct sk_buff *)&noop_qdisc.skb_bad_txq,
670 .prev = (struct sk_buff *)&noop_qdisc
675 EXPORT_SYMBOL(noop_qdisc); global() variable
[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.c431 if (q->qdisc != &noop_qdisc) { in tbf_change()
443 /* child is fifo, no need to check for noop_qdisc */ in tbf_change()
484 q->qdisc = &noop_qdisc; in tbf_init()
562 new = &noop_qdisc; in tbf_graft()
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_drr.c114 cl->qdisc = &noop_qdisc; in drr_change_class()
214 new = &noop_qdisc; in drr_graft_class()
H A Dsch_prio.c218 if (q->queues[i] != &noop_qdisc) in prio_tune()
297 new = &noop_qdisc; in prio_graft()
H A Dsch_red.c271 /* child is fifo, no need to check for noop_qdisc */ in __red_change()
342 q->qdisc = &noop_qdisc; in red_init()
502 new = &noop_qdisc; in red_graft()
H A Dsch_qfq.c484 cl->qdisc = &noop_qdisc; in qfq_change_class()
496 if (cl->qdisc != &noop_qdisc) in qfq_change_class()
606 new = &noop_qdisc; in qfq_graft_class()
H A Dsch_ets.c257 new = &noop_qdisc; in ets_class_graft()
669 if (q->classes[i].qdisc != &noop_qdisc) in ets_qdisc_change()
H A Dsch_cbs.c501 new = &noop_qdisc; in cbs_graft()
/kernel/linux/linux-5.10/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
596 EXPORT_SYMBOL(noop_qdisc); global() variable
[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_mq.c140 if (qdisc != &noop_qdisc && !qdisc->handle) in mq_change_real_num_tx()
145 if (qdisc != &noop_qdisc && !qdisc->handle) in mq_change_real_num_tx()
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_tbf.c416 if (q->qdisc != &noop_qdisc) { in tbf_change()
428 /* child is fifo, no need to check for 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()
557 p->link.q = &noop_qdisc; in atm_tc_init()
H A Dsch_dsmark.c77 new = &noop_qdisc; in dsmark_graft()
393 p->q = &noop_qdisc; in dsmark_init()
H A Dsch_prio.c218 if (q->queues[i] != &noop_qdisc) in prio_tune()
297 new = &noop_qdisc; in prio_graft()
H A Dsch_drr.c115 cl->qdisc = &noop_qdisc; in drr_change_class()
214 new = &noop_qdisc; in drr_graft_class()
H A Dsch_mqprio.c363 if (qdisc != &noop_qdisc && !qdisc->handle) in mqprio_change_real_num_tx()
368 if (qdisc != &noop_qdisc && !qdisc->handle) in mqprio_change_real_num_tx()
H A Dsch_red.c271 /* child is fifo, no need to check for noop_qdisc */ in __red_change()
339 q->qdisc = &noop_qdisc; in red_init()
503 new = &noop_qdisc; in red_graft()
H A Dsch_qfq.c484 cl->qdisc = &noop_qdisc; in qfq_change_class()
496 if (cl->qdisc != &noop_qdisc) in qfq_change_class()
603 new = &noop_qdisc; in qfq_graft_class()
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_teql.c264 if (rcu_access_pointer(txq->qdisc) == &noop_qdisc) in teql_resolve()
H A Dsch_cbs.c500 new = &noop_qdisc; in cbs_graft()

Completed in 25 milliseconds

12