Searched refs:tmp2 (Results 1 – 1 of 1) sorted by relevance
230 struct rb_node *node = NULL, *sibling, *tmp1, *tmp2; in ____rb_erase_color() local263 tmp2 = sibling->rb_left; in ____rb_erase_color()264 if (!tmp2 || rb_is_black(tmp2)) { in ____rb_erase_color()319 tmp1 = tmp2->rb_right; in ____rb_erase_color()321 WRITE_ONCE(tmp2->rb_right, sibling); in ____rb_erase_color()322 WRITE_ONCE(parent->rb_right, tmp2); in ____rb_erase_color()326 augment_rotate(sibling, tmp2); in ____rb_erase_color()328 sibling = tmp2; in ____rb_erase_color()342 tmp2 = sibling->rb_left; in ____rb_erase_color()343 WRITE_ONCE(parent->rb_right, tmp2); in ____rb_erase_color()[all …]