Searched refs:rb_change_child (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/util/ |
H A D | interval-tree.c | 178 static inline void rb_change_child(RBNode *old, RBNode *new, in rb_change_child() function 198 rb_change_child(old, new, parent, root); in rb_rotate_set_parents() 546 rb_change_child(node, child, parent, root); in rb_erase_augmented() 559 rb_change_child(node, tmp, parent, root); in rb_erase_augmented() 614 rb_change_child(node, successor, tmp, root); in rb_erase_augmented()
|