Searched refs:__rb_change_child (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/include/linux/ |
D | rbtree_augmented.h | 171 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function 205 __rb_change_child(node, child, parent, root); in __rb_erase_augmented() 216 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 272 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
|
/Linux-v6.6/include/linux/ |
D | rbtree_augmented.h | 195 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function 242 __rb_change_child(node, child, parent, root); in __rb_erase_augmented() 253 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 309 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
|
/Linux-v6.6/tools/lib/ |
D | rbtree.c | 81 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 558 __rb_change_child(victim, new, parent, root); in rb_replace_node()
|
/Linux-v6.6/lib/ |
D | rbtree.c | 81 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 566 __rb_change_child(victim, new, parent, root); in rb_replace_node()
|