Searched refs:oleft (Results 1 – 2 of 2) sorted by relevance
242 struct rb_entry *oleft; in rbe_remove_color() local244 oleft = RBE_LEFT(tmp); in rbe_remove_color()245 if (oleft != NULL) in rbe_remove_color()246 RBE_COLOR(oleft) = RB_BLACK; in rbe_remove_color()
469 struct type *oleft; \470 if ((oleft = RB_LEFT(tmp, field)))\471 RB_COLOR(oleft, field) = RB_BLACK;\473 RB_ROTATE_RIGHT(head, tmp, oleft, field);\