Searched refs:__rb_change_child (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/linux/ |
H A D | rbtree_augmented.h | 98 __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()
|
/openbmc/linux/tools/include/linux/ |
H A D | rbtree_augmented.h | 171 __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()
|
/openbmc/linux/include/linux/ |
H A D | rbtree_augmented.h | 195 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function 242 __rb_change_child(node, child, parent, root); in __rb_erase_augmented() 253 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 309 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
|
/openbmc/u-boot/lib/ |
H A D | rbtree.c | 59 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 501 __rb_change_child(victim, new, parent, root); in rb_replace_node()
|
/openbmc/linux/tools/lib/ |
H A D | rbtree.c | 81 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 558 __rb_change_child(victim, new, parent, root); in rb_replace_node()
|
/openbmc/linux/lib/ |
H A D | rbtree.c | 81 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 566 __rb_change_child(victim, new, parent, root); in rb_replace_node()
|