Home
last modified time | relevance | path

Searched refs:gright (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c317 avl_node_t *gright; in avl_rotation() local
426 gright = gchild->avl_child[right]; in avl_rotation()
433 node->avl_child[left] = gright; in avl_rotation()
434 if (gright != NULL) { in avl_rotation()
435 AVL_SETPARENT(gright, node); in avl_rotation()
436 AVL_SETCHILD(gright, left); in avl_rotation()