Searched refs:htb_deactivate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_htb.c | 569 * htb_deactivate - remove leaf cl from active feeds 574 static inline void htb_deactivate(struct htb_sched *q, struct htb_class *cl) in htb_deactivate() function 849 htb_deactivate(q, cl); in htb_dequeue_tree() 886 htb_deactivate(q, cl); in htb_dequeue_tree() 1174 htb_deactivate(qdisc_priv(sch), cl); in htb_qlen_notify() 1282 htb_deactivate(q, cl); in htb_delete() 1408 htb_deactivate(q, parent); in htb_change_class()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_htb.c | 603 * htb_deactivate - remove leaf cl from active feeds 610 static inline void htb_deactivate(struct htb_sched *q, struct htb_class *cl) in htb_deactivate() function 894 htb_deactivate(q, cl); in htb_dequeue_tree() 931 htb_deactivate(q, cl); in htb_dequeue_tree() 1497 htb_deactivate(qdisc_priv(sch), cl); in htb_qlen_notify() 1754 htb_deactivate(q, cl); in htb_delete() 1967 htb_deactivate(q, parent); in htb_change_class()
|
Completed in 6 milliseconds