Searched refs:rb_set_parent (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/lib/ |
D | rbtree.c | 363 rb_set_parent(tmp2, parent); in ____rb_erase_color() 416 rb_set_parent(tmp2, parent); in ____rb_erase_color() 599 rb_set_parent(victim->rb_left, new); in rb_replace_node() 601 rb_set_parent(victim->rb_right, new); in rb_replace_node() 626 rb_set_parent(victim->rb_left, new); in rb_replace_node_rcu() 628 rb_set_parent(victim->rb_right, new); in rb_replace_node_rcu()
|
/Linux-v4.19/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-v4.19/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-v4.19/include/linux/ |
D | rbtree_augmented.h | 123 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function 241 rb_set_parent(child, successor); in __rb_erase_augmented() 249 rb_set_parent(tmp, successor); in __rb_erase_augmented()
|