Searched refs:rb_set_parent (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/include/linux/ |
D | rbtree_augmented.h | 112 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function 209 rb_set_parent(child, successor); in __rb_erase_augmented() 215 rb_set_parent(tmp, successor); in __rb_erase_augmented()
|
/linux-4.4.14/include/linux/ |
D | rbtree_augmented.h | 109 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function 210 rb_set_parent(child, successor); in __rb_erase_augmented() 218 rb_set_parent(tmp, successor); in __rb_erase_augmented()
|
/linux-4.4.14/tools/lib/ |
D | rbtree.c | 303 rb_set_parent(tmp2, parent); in ____rb_erase_color() 353 rb_set_parent(tmp2, parent); in ____rb_erase_color() 504 rb_set_parent(victim->rb_left, new); in rb_replace_node() 506 rb_set_parent(victim->rb_right, new); in rb_replace_node()
|
/linux-4.4.14/lib/ |
D | rbtree.c | 333 rb_set_parent(tmp2, parent); in ____rb_erase_color() 386 rb_set_parent(tmp2, parent); in ____rb_erase_color() 545 rb_set_parent(victim->rb_left, new); in rb_replace_node() 547 rb_set_parent(victim->rb_right, new); in rb_replace_node()
|