Lines Matching defs:node
26 static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) in __rb_rotate_left()
49 static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) in __rb_rotate_right()
72 void rb_insert_color(struct rb_node *node, struct rb_root *root) in rb_insert_color()
138 static void __rb_erase_color(struct rb_node *node, struct rb_node *parent, in __rb_erase_color()
218 void rb_erase(struct rb_node *node, struct rb_root *root) in rb_erase()
286 static void rb_augment_path(struct rb_node *node, rb_augment_f func, void *data) in rb_augment_path()
309 void rb_augment_insert(struct rb_node *node, rb_augment_f func, void *data) in rb_augment_insert()
324 struct rb_node *rb_augment_erase_begin(struct rb_node *node) in rb_augment_erase_begin()
350 void rb_augment_erase_end(struct rb_node *node, rb_augment_f func, void *data) in rb_augment_erase_end()
386 struct rb_node *rb_next(const struct rb_node *node) in rb_next()
415 struct rb_node *rb_prev(const struct rb_node *node) in rb_prev()