Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c315 avl_node_t *cright; in avl_rotation() local
362 cright = child->avl_child[right]; in avl_rotation()
363 node->avl_child[left] = cright; in avl_rotation()
364 if (cright != NULL) { in avl_rotation()
365 AVL_SETPARENT(cright, node); in avl_rotation()
366 AVL_SETCHILD(cright, left); in avl_rotation()