Home
last modified time | relevance | path

Searched refs:rb_set_parent (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/lib/
Drbtree.c347 rb_set_parent(tmp2, parent); in ____rb_erase_color()
400 rb_set_parent(tmp2, parent); in ____rb_erase_color()
563 rb_set_parent(victim->rb_left, new); in rb_replace_node()
565 rb_set_parent(victim->rb_right, new); in rb_replace_node()
580 rb_set_parent(victim->rb_left, new); in rb_replace_node_rcu()
582 rb_set_parent(victim->rb_right, new); in rb_replace_node_rcu()
/Linux-v6.6/tools/lib/
Drbtree.c347 rb_set_parent(tmp2, parent); in ____rb_erase_color()
400 rb_set_parent(tmp2, parent); in ____rb_erase_color()
555 rb_set_parent(victim->rb_left, new); in rb_replace_node()
557 rb_set_parent(victim->rb_right, new); in rb_replace_node()
/Linux-v6.6/tools/include/linux/
Drbtree_augmented.h159 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function
260 rb_set_parent(child, successor); in __rb_erase_augmented()
268 rb_set_parent(tmp, successor); in __rb_erase_augmented()
/Linux-v6.6/include/linux/
Drbtree_augmented.h183 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function
297 rb_set_parent(child, successor); in __rb_erase_augmented()
305 rb_set_parent(tmp, successor); in __rb_erase_augmented()