Home
last modified time | relevance | path

Searched refs:rb_set_parent_color (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/
A Drbtree.c58 rb_set_parent_color(old, new, color); in __rb_rotate_set_parents()
77 rb_set_parent_color(node, NULL, RB_BLACK); in __rb_insert()
104 rb_set_parent_color(node, parent, RB_RED); in __rb_insert()
125 rb_set_parent_color(tmp, parent, in __rb_insert()
127 rb_set_parent_color(parent, node, RB_RED); in __rb_insert()
157 rb_set_parent_color(node, parent, RB_RED); in __rb_insert()
167 rb_set_parent_color(tmp, parent, in __rb_insert()
244 rb_set_parent_color(sibling, parent, in ____rb_erase_color()
272 rb_set_parent_color(tmp1, sibling, in ____rb_erase_color()
316 rb_set_parent_color(sibling, parent, in ____rb_erase_color()
[all …]
/u-boot/include/linux/
A Drbtree_augmented.h91 static inline void rb_set_parent_color(struct rb_node *rb, in rb_set_parent_color() function
196 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()

Completed in 5 milliseconds