Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c365 AVL_SETPARENT(cright, node); in avl_rotation()
375 AVL_SETPARENT(node, child); in avl_rotation()
382 AVL_SETPARENT(child, parent); in avl_rotation()
435 AVL_SETPARENT(gright, node); in avl_rotation()
441 AVL_SETPARENT(gleft, child); in avl_rotation()
455 AVL_SETPARENT(child, gchild); in avl_rotation()
460 AVL_SETPARENT(node, gchild); in avl_rotation()
464 AVL_SETPARENT(gchild, parent); in avl_rotation()
512 AVL_SETPARENT(node, parent); in avl_insert()
730 AVL_SETPARENT(node->avl_child[left], node); in avl_remove()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Davl_impl.h69 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p)) macro
101 #define AVL_SETPARENT(n, p) \