Searched refs:AVL_SETPARENT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/module/avl/ |
H A D | avl.c | 351 AVL_SETPARENT(cright, node); in avl_rotation() 361 AVL_SETPARENT(node, child); in avl_rotation() 368 AVL_SETPARENT(child, parent); in avl_rotation() 419 AVL_SETPARENT(gright, node); in avl_rotation() 425 AVL_SETPARENT(gleft, child); in avl_rotation() 439 AVL_SETPARENT(child, gchild); in avl_rotation() 444 AVL_SETPARENT(node, gchild); in avl_rotation() 448 AVL_SETPARENT(gchild, parent); in avl_rotation() 495 AVL_SETPARENT(node, parent); in avl_insert() 711 AVL_SETPARENT(node->avl_child[left], node); in avl_remove() [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | avl_impl.h | 69 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p)) macro 101 #define AVL_SETPARENT(n, p) \
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | avl_impl.h | 69 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p)) macro 101 #define AVL_SETPARENT(n, p) \
|