Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Drbtree.c40 rb->__rb_parent_color |= RB_BLACK; in rb_set_black()
78 rb_set_parent_color(node, NULL, RB_BLACK); in __rb_insert()
101 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert()
102 rb_set_parent_color(parent, gparent, RB_BLACK); in __rb_insert()
127 RB_BLACK); in __rb_insert()
146 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert()
154 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert()
155 rb_set_parent_color(parent, gparent, RB_BLACK); in __rb_insert()
169 RB_BLACK); in __rb_insert()
180 rb_set_parent_color(tmp, gparent, RB_BLACK); in __rb_insert()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Drbtree_augmented.h76 #define RB_BLACK 1 macro
197 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_augmented.h146 #define RB_BLACK 1 macro
286 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()