/openbmc/u-boot/lib/ |
H A D | rbtree.c | 58 rb_set_parent_color(old, new, color); in __rb_rotate_set_parents() 77 rb_set_parent_color(node, NULL, RB_BLACK); in __rb_insert() 100 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 101 rb_set_parent_color(parent, gparent, 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() 145 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 153 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 154 rb_set_parent_color(parent, gparent, RB_BLACK); in __rb_insert() [all …]
|
/openbmc/linux/tools/lib/ |
H A D | rbtree.c | 80 rb_set_parent_color(old, new, color); in __rb_rotate_set_parents() 100 rb_set_parent_color(node, NULL, RB_BLACK); in __rb_insert() 131 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 132 rb_set_parent_color(parent, gparent, RB_BLACK); in __rb_insert() 135 rb_set_parent_color(node, parent, RB_RED); in __rb_insert() 158 rb_set_parent_color(tmp, parent, in __rb_insert() 160 rb_set_parent_color(parent, node, RB_RED); in __rb_insert() 179 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 187 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 188 rb_set_parent_color(parent, gparent, RB_BLACK); in __rb_insert() [all …]
|
/openbmc/linux/lib/ |
H A D | rbtree.c | 80 rb_set_parent_color(old, new, color); in __rb_rotate_set_parents() 100 rb_set_parent_color(node, NULL, RB_BLACK); in __rb_insert() 131 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 132 rb_set_parent_color(parent, gparent, RB_BLACK); in __rb_insert() 135 rb_set_parent_color(node, parent, RB_RED); in __rb_insert() 158 rb_set_parent_color(tmp, parent, in __rb_insert() 160 rb_set_parent_color(parent, node, RB_RED); in __rb_insert() 179 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 187 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert() 188 rb_set_parent_color(parent, gparent, RB_BLACK); in __rb_insert() [all …]
|
/openbmc/qemu/util/ |
H A D | interval-tree.c | 125 static inline void rb_set_parent_color(RBNode *n, RBNode *p, RBColor color) in rb_set_parent_color() function 132 rb_set_parent_color(n, p, rb_color(n)); in rb_set_parent() 197 rb_set_parent_color(old, new, color); in rb_rotate_set_parents() 215 rb_set_parent_color(node, NULL, RB_BLACK); in rb_insert_augmented() 245 rb_set_parent_color(tmp, gparent, RB_BLACK); in rb_insert_augmented() 246 rb_set_parent_color(parent, gparent, RB_BLACK); in rb_insert_augmented() 249 rb_set_parent_color(node, parent, RB_RED); in rb_insert_augmented() 272 rb_set_parent_color(tmp, parent, RB_BLACK); in rb_insert_augmented() 274 rb_set_parent_color(parent, node, RB_RED); in rb_insert_augmented() 293 rb_set_parent_color(tmp, gparent, RB_BLACK); in rb_insert_augmented() [all …]
|
/openbmc/u-boot/include/linux/ |
H A D | rbtree_augmented.h | 91 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()
|
/openbmc/linux/tools/include/linux/ |
H A D | rbtree_augmented.h | 164 static inline void rb_set_parent_color(struct rb_node *rb, in rb_set_parent_color() function 276 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
|
/openbmc/linux/include/linux/ |
H A D | rbtree_augmented.h | 188 static inline void rb_set_parent_color(struct rb_node *rb, in rb_set_parent_color() function 312 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
|