Searched refs:rb_color (Results 1 – 1 of 1) sorted by relevance
19 enum rb_color { RED = 0U, BLACK = 1U }; enum47 static enum rb_color get_color(struct rbnode *n) in get_color()63 static void set_color(struct rbnode *n, enum rb_color color) in set_color()447 enum rb_color ctmp = get_color(node); in rb_remove()