Searched refs:AVL_SETBALANCE (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/avl/ |
H A D | avl.c | 368 AVL_SETBALANCE(node, -child_bal); in avl_rotation() 375 AVL_SETBALANCE(child, child_bal); in avl_rotation() 449 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0)); in avl_rotation() 454 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0)); in avl_rotation() 458 AVL_SETBALANCE(gchild, 0); in avl_rotation() 506 AVL_SETBALANCE(node, 0); in avl_insert() 536 AVL_SETBALANCE(node, 0); in avl_insert() 547 AVL_SETBALANCE(node, new_balance); in avl_insert() 801 AVL_SETBALANCE(node, new_balance); in avl_remove() 813 AVL_SETBALANCE(node, new_balance); in avl_remove()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | avl_impl.h | 75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) macro 117 #define AVL_SETBALANCE(n, b) \
|