Searched refs:__rb_change_child (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | rbtree_augmented.h | 99 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function 132 __rb_change_child(node, child, parent, root); in __rb_erase_augmented() 143 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 194 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | rbtree.c | 60 __rb_change_child(old, new, parent, root); in __rb_rotate_set_parents() 502 __rb_change_child(victim, new, parent, root); in rb_replace_node()
|