Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/avl/
H A Davl.c345 AVL_SETPARENT(cright, node); in avl_rotation()
355 AVL_SETPARENT(node, child); in avl_rotation()
362 AVL_SETPARENT(child, parent); in avl_rotation()
415 AVL_SETPARENT(gright, node); in avl_rotation()
421 AVL_SETPARENT(gleft, child); in avl_rotation()
435 AVL_SETPARENT(child, gchild); in avl_rotation()
440 AVL_SETPARENT(node, gchild); in avl_rotation()
444 AVL_SETPARENT(gchild, parent); in avl_rotation()
492 AVL_SETPARENT(node, parent); in avl_insert()
722 AVL_SETPARENT(node->avl_child[left], node); in avl_remove()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Davl_impl.h67 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p)) macro
99 #define AVL_SETPARENT(n, p) \
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c55 #define RB_CLEAR_NODE(nodep) AVL_SETPARENT(nodep, nodep);