Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A 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-6.3-rc2/tools/lib/
A 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-6.3-rc2/tools/include/linux/
A 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-6.3-rc2/include/linux/
A Drbtree_augmented.h157 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() function
271 rb_set_parent(child, successor); in __rb_erase_augmented()
279 rb_set_parent(tmp, successor); in __rb_erase_augmented()

Completed in 9 milliseconds