Searched refs:rb_set_parent (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/ |
| H A D | rbtree.c | 347 rb_set_parent(tmp2, parent); in ____rb_erase_color() 400 rb_set_parent(tmp2, parent); in ____rb_erase_color() 534 rb_set_parent(victim->rb_left, new); in rb_replace_node() 536 rb_set_parent(victim->rb_right, new); in rb_replace_node() 551 rb_set_parent(victim->rb_left, new); in rb_replace_node_rcu() 553 rb_set_parent(victim->rb_right, new); in rb_replace_node_rcu()
|
| /linux/tools/lib/ |
| H A D | rbtree.c | 347 rb_set_parent(tmp2, parent); in ____rb_erase_color() 400 rb_set_parent(tmp2, parent); in ____rb_erase_color() 555 rb_set_parent(victim->rb_left, new); in rb_replace_node() 557 rb_set_parent(victim->rb_right, new); in rb_replace_node()
|
| /linux/tools/include/linux/ |
| H A D | rbtree_augmented.h | 159 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function 260 rb_set_parent(child, successor); in __rb_erase_augmented() 268 rb_set_parent(tmp, successor); in __rb_erase_augmented()
|
| /linux/include/linux/ |
| H A D | rbtree_augmented.h | 183 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function 297 rb_set_parent(child, successor); in __rb_erase_augmented() 305 rb_set_parent(tmp, successor); in __rb_erase_augmented()
|