Searched refs:qlen_notify (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_drr.c | 474 .qlen_notify = drr_qlen_notify,
|
H A D | sch_ets.c | 799 .qlen_notify = ets_class_qlen_notify,
|
H A D | sch_api.c | 807 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog() 809 cops->qlen_notify(sch, cl); in qdisc_tree_reduce_backlog()
|
H A D | sch_qfq.c | 1512 .qlen_notify = qfq_qlen_notify,
|
H A D | sch_htb.c | 1563 .qlen_notify = htb_qlen_notify,
|
H A D | sch_hfsc.c | 1663 .qlen_notify = hfsc_qlen_notify,
|
H A D | sch_cbq.c | 1777 .qlen_notify = cbq_qlen_notify,
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_drr.c | 466 .qlen_notify = drr_qlen_notify,
|
H A D | sch_ets.c | 792 .qlen_notify = ets_class_qlen_notify,
|
H A D | sch_api.c | 818 if (notify && cops->qlen_notify) { in qdisc_tree_reduce_backlog() 820 cops->qlen_notify(sch, cl); in qdisc_tree_reduce_backlog()
|
H A D | sch_qfq.c | 1506 .qlen_notify = qfq_qlen_notify,
|
H A D | sch_htb.c | 2143 .qlen_notify = htb_qlen_notify,
|
H A D | sch_hfsc.c | 1658 .qlen_notify = hfsc_qlen_notify,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sch_generic.h | 237 void (*qlen_notify)(struct Qdisc *, unsigned long); member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sch_generic.h | 256 void (*qlen_notify)(struct Qdisc *, unsigned long); member
|
Completed in 42 milliseconds