Searched refs:__rb_change_child (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/tools/include/linux/ |
| D | rbtree_augmented.h | 124 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function 157 __rb_change_child(node, child, parent, root); in __rb_erase_augmented() 168 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 219 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
|
| /linux-4.4.14/include/linux/ |
| D | rbtree_augmented.h | 121 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function 155 __rb_change_child(node, child, parent, root); in __rb_erase_augmented() 166 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 222 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
|
| /linux-4.4.14/tools/lib/ |
| D | rbtree.c | 68 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 502 __rb_change_child(victim, new, parent, root); in rb_replace_node()
|
| /linux-4.4.14/lib/ |
| D | rbtree.c | 93 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 543 __rb_change_child(victim, new, parent, root); in rb_replace_node()
|