Lines Matching refs:rb_set_black
86 rb_set_black(uncle); in rb_insert_color()
87 rb_set_black(parent); in rb_insert_color()
103 rb_set_black(parent); in rb_insert_color()
111 rb_set_black(uncle); in rb_insert_color()
112 rb_set_black(parent); in rb_insert_color()
128 rb_set_black(parent); in rb_insert_color()
134 rb_set_black(root->rb_node); in rb_insert_color()
150 rb_set_black(other); in __rb_erase_color()
166 rb_set_black(other->rb_left); in __rb_erase_color()
172 rb_set_black(parent); in __rb_erase_color()
173 rb_set_black(other->rb_right); in __rb_erase_color()
184 rb_set_black(other); in __rb_erase_color()
200 rb_set_black(other->rb_right); in __rb_erase_color()
206 rb_set_black(parent); in __rb_erase_color()
207 rb_set_black(other->rb_left); in __rb_erase_color()
215 rb_set_black(node); in __rb_erase_color()