Searched refs:AVL_SETPARENT (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/common/avl/ |
H A D | avl.c | 361 AVL_SETPARENT(cright, node); in avl_rotation() 371 AVL_SETPARENT(node, child); in avl_rotation() 378 AVL_SETPARENT(child, parent); in avl_rotation() 431 AVL_SETPARENT(gright, node); in avl_rotation() 437 AVL_SETPARENT(gleft, child); in avl_rotation() 451 AVL_SETPARENT(child, gchild); in avl_rotation() 456 AVL_SETPARENT(node, gchild); in avl_rotation() 460 AVL_SETPARENT(gchild, parent); in avl_rotation() 508 AVL_SETPARENT(node, parent); in avl_insert() 738 AVL_SETPARENT(node->avl_child[left], node); in avl_remove() [all …]
|
/titanic_50/usr/src/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) \
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdma.c | 54 #define RB_CLEAR_NODE(nodep) AVL_SETPARENT(nodep, nodep);
|