Searched refs:__rb_change_child (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rbtree_augmented.h | 169 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child() function 216 __rb_change_child(node, child, parent, root); in __rb_erase_augmented() 227 __rb_change_child(node, tmp, parent, root); in __rb_erase_augmented() 283 __rb_change_child(node, successor, tmp, root); in __rb_erase_augmented()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A 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()
|