Lines Matching defs:node
33 #define RB_EMPTY_NODE(node) \ argument
35 #define RB_CLEAR_NODE(node) \ argument
59 static inline void rb_link_node(struct rb_node *node, struct rb_node *parent, in rb_link_node()
68 static inline void rb_link_node_rcu(struct rb_node *node, struct rb_node *parent, in rb_link_node_rcu()
108 static inline void rb_insert_color_cached(struct rb_node *node, in rb_insert_color_cached()
119 rb_erase_cached(struct rb_node *node, struct rb_root_cached *root) in rb_erase_cached()
165 rb_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_add_cached()
195 rb_add(struct rb_node *node, struct rb_root *tree, in rb_add()
223 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add()
259 struct rb_node *node = tree->rb_node; in rb_find() local
287 struct rb_node *node = tree->rb_node; in rb_find_first() local
314 rb_next_match(const void *key, struct rb_node *node, in rb_next_match()
330 #define rb_for_each(node, key, tree, cmp) \ argument