Searched refs:tmp1 (Results 1 – 1 of 1) sorted by relevance
231 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local253 tmp1 = sibling->rb_left; in ____rb_erase_color()254 WRITE_ONCE(parent->rb_right, tmp1); in ____rb_erase_color()256 rb_set_parent_color(tmp1, parent, RB_BLACK); in ____rb_erase_color()260 sibling = tmp1; in ____rb_erase_color()262 tmp1 = sibling->rb_right; in ____rb_erase_color()263 if (!tmp1 || rb_is_black(tmp1)) { in ____rb_erase_color()305 tmp1 = tmp2->rb_right; in ____rb_erase_color()306 WRITE_ONCE(sibling->rb_left, tmp1); in ____rb_erase_color()309 if (tmp1) in ____rb_erase_color()[all …]