Home
last modified time | relevance | path

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

/external/u-boot/include/linux/
Drbtree_augmented.h98 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function
131 __rb_change_child(node, child, parent, root); in __rb_erase_augmented()
142 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented()
193 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
/external/u-boot/lib/
Drbtree.c59 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents()
501 __rb_change_child(victim, new, parent, root); in rb_replace_node()