Searched refs:gchild (Results 1 – 1 of 1) sorted by relevance
312 avl_node_t *gchild; in avl_rotation() local420 gchild = child->avl_child[right]; in avl_rotation()421 gleft = gchild->avl_child[left]; in avl_rotation()422 gright = gchild->avl_child[right]; in avl_rotation()448 balance = AVL_XBALANCE(gchild); in avl_rotation()449 gchild->avl_child[left] = child; in avl_rotation()451 AVL_SETPARENT(child, gchild); in avl_rotation()454 gchild->avl_child[right] = node; in avl_rotation()456 AVL_SETPARENT(node, gchild); in avl_rotation()459 AVL_SETBALANCE(gchild, 0); in avl_rotation()[all …]