Searched refs:__rb_change_child (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/include/linux/ |
D | rbtree_augmented.h | 121 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function 154 __rb_change_child(node, child, parent, root); in __rb_erase_augmented() 165 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 216 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
|
/linux-4.1.27/lib/ |
D | rbtree.c | 69 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 511 __rb_change_child(victim, new, parent, root); in rb_replace_node()
|