Lines Matching defs:rb_node
100 #define rb_entry_tg(node) rb_entry((node), struct throtl_grp, rb_node)
113 struct rb_node rb_node;
515 RB_CLEAR_NODE(&tg->rb_node);
644 struct rb_node *n;
653 static void throtl_rb_erase(struct rb_node *n,
675 struct rb_node **node = &parent_sq->pending_tree.rb_root.rb_node;
676 struct rb_node *parent = NULL;
693 rb_link_node(&tg->rb_node, parent, node);
694 rb_insert_color_cached(&tg->rb_node, &parent_sq->pending_tree,
710 throtl_rb_erase(&tg->rb_node, tg->service_queue.parent_sq);