Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Drbtree.c59 rb_set_parent_color(old, new, color); in __rb_rotate_set_parents()
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()
105 rb_set_parent_color(node, parent, RB_RED); in __rb_insert()
126 rb_set_parent_color(tmp, parent, in __rb_insert()
128 rb_set_parent_color(parent, node, RB_RED); 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()
[all …]
/OK3568_Linux_fs/kernel/tools/lib/
H A Drbtree.c80 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 …]
/OK3568_Linux_fs/kernel/lib/
H A Drbtree.c80 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 …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Drbtree_augmented.h92 static inline void rb_set_parent_color(struct rb_node *rb, in rb_set_parent_color() function
197 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Drbtree_augmented.h164 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_augmented.h162 static inline void rb_set_parent_color(struct rb_node *rb, in rb_set_parent_color() function
286 rb_set_parent_color(child2, parent, RB_BLACK); in __rb_erase_augmented()