Home
last modified time | relevance | path

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

/linux/tools/include/linux/
H A Drbtree_augmented.h171 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function
205 __rb_change_child(node, child, parent, root); in __rb_erase_augmented()
216 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented()
272 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
/linux/include/linux/
H A Drbtree_augmented.h216 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function
263 __rb_change_child(node, child, parent, root); in __rb_erase_augmented()
274 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented()
330 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
/linux/tools/lib/
H A Drbtree.c81 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents()
558 __rb_change_child(victim, new, parent, root); in rb_replace_node()