Home
last modified time | relevance | path

Searched refs:RB_BLACK (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/lib/
H A Drbtree.c39 rb->__rb_parent_color |= RB_BLACK; in rb_set_black()
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()
126 RB_BLACK); 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()
168 RB_BLACK); in __rb_insert()
179 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert()
[all …]
/openbmc/linux/tools/lib/
H A Drbtree.c61 rb->__rb_parent_color |= RB_BLACK; in rb_set_black()
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()
159 RB_BLACK); 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()
203 RB_BLACK); in __rb_insert()
214 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert()
[all …]
/openbmc/linux/lib/
H A Drbtree.c61 rb->__rb_parent_color += RB_BLACK; in rb_set_black()
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()
159 RB_BLACK); 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()
203 RB_BLACK); in __rb_insert()
214 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert()
[all …]
/openbmc/qemu/util/
H A Dinterval-tree.c56 RB_BLACK, enumerator
122 rb_set_pc(n, rb_pc(n) | RB_BLACK); in rb_set_black()
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()
272 rb_set_parent_color(tmp, parent, RB_BLACK); in rb_insert_augmented()
293 rb_set_parent_color(tmp, gparent, RB_BLACK); in rb_insert_augmented()
302 rb_set_parent_color(tmp, gparent, RB_BLACK); in rb_insert_augmented()
303 rb_set_parent_color(parent, gparent, RB_BLACK); in rb_insert_augmented()
317 rb_set_parent_color(tmp, parent, RB_BLACK); in rb_insert_augmented()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-tree.h304 #define RB_BLACK 0 macro
328 RB_COLOR(black, field) = RB_BLACK; \
411 RB_COLOR(tmp, field) = RB_BLACK; \
427 RB_COLOR(tmp, field) = RB_BLACK; \
442 RB_COLOR(head->rbh_root, field) = RB_BLACK; \
449 while ((elm == NULL || RB_COLOR(elm, field) == RB_BLACK) && \
459 RB_COLOR(RB_LEFT(tmp, field), field) == RB_BLACK) &&\
461 RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK)) {\
467 RB_COLOR(RB_RIGHT(tmp, field), field) == RB_BLACK) {\
471 RB_COLOR(oleft, field) = RB_BLACK;\
[all …]
/openbmc/u-boot/include/linux/
H A Drbtree_augmented.h75 #define RB_BLACK 1 macro
196 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
/openbmc/linux/tools/include/linux/
H A Drbtree_augmented.h148 #define RB_BLACK 1 macro
276 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
/openbmc/linux/include/linux/
H A Drbtree_augmented.h172 #define RB_BLACK 1 macro
312 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()