Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_htb.c136 struct rb_node pq_node; /* node for event queue */ member
316 c = rb_entry(parent, struct htb_class, pq_node); in htb_add_to_wait_tree()
322 rb_link_node(&cl->pq_node, parent, p); in htb_add_to_wait_tree()
323 rb_insert_color(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_add_to_wait_tree()
683 htb_safe_rb_erase(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_charge_class()
721 cl = rb_entry(p, struct htb_class, pq_node); in htb_do_events()
1196 htb_safe_rb_erase(&parent->pq_node, in htb_parent_to_leaf()
1285 htb_safe_rb_erase(&cl->pq_node, in htb_delete()
1391 RB_CLEAR_NODE(&cl->pq_node); in htb_change_class()
1412 htb_safe_rb_erase(&parent->pq_node, in htb_change_class()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_htb.c137 struct rb_node pq_node; /* node for event queue */ member
332 c = rb_entry(parent, struct htb_class, pq_node); in htb_add_to_wait_tree()
338 rb_link_node(&cl->pq_node, parent, p); in htb_add_to_wait_tree()
339 rb_insert_color(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_add_to_wait_tree()
723 htb_safe_rb_erase(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_charge_class()
764 cl = rb_entry(p, struct htb_class, pq_node); in htb_do_events()
1520 htb_safe_rb_erase(&parent->pq_node, in htb_parent_to_leaf()
1757 htb_safe_rb_erase(&cl->pq_node, in htb_delete()
1881 RB_CLEAR_NODE(&cl->pq_node); in htb_change_class()
1971 htb_safe_rb_erase(&parent->pq_node, in htb_change_class()
[all...]

Completed in 10 milliseconds