Home
last modified time | relevance | path

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

/linux/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()
724 htb_safe_rb_erase(&cl->pq_node, &q->hlevel[cl->level].wait_pq); in htb_charge_class()
765 cl = rb_entry(p, struct htb_class, pq_node); in htb_do_events()
1514 htb_safe_rb_erase(&parent->pq_node, in htb_parent_to_leaf()
1747 htb_safe_rb_erase(&cl->pq_node, in htb_delete()
1871 RB_CLEAR_NODE(&cl->pq_node); in htb_change_class()
1956 htb_safe_rb_erase(&parent->pq_node, in htb_change_class()
[all...]