Searched refs:rb_set_parent (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/include/linux/ |
| H A D | rbtree_augmented.h | 86 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function 183 rb_set_parent(child, successor); in __rb_erase_augmented() 189 rb_set_parent(tmp, successor); in __rb_erase_augmented()
|
| /openbmc/u-boot/lib/ |
| H A D | rbtree.c | 294 rb_set_parent(tmp2, parent); in ____rb_erase_color() 344 rb_set_parent(tmp2, parent); in ____rb_erase_color() 503 rb_set_parent(victim->rb_left, new); in rb_replace_node() 505 rb_set_parent(victim->rb_right, new); in rb_replace_node()
|
| /openbmc/qemu/util/ |
| H A D | interval-tree.c | 130 static inline void rb_set_parent(RBNode *n, RBNode *p) in rb_set_parent() function 467 rb_set_parent(tmp2, parent); in rb_erase_color() 519 rb_set_parent(tmp2, parent); in rb_erase_color() 602 rb_set_parent(child, successor); in rb_erase_augmented() 610 rb_set_parent(tmp, successor); in rb_erase_augmented()
|