Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/avl/
H A Davl.c353 AVL_SETBALANCE(node, -child_bal); in avl_rotation()
360 AVL_SETBALANCE(child, child_bal); in avl_rotation()
434 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0)); in avl_rotation()
439 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0)); in avl_rotation()
443 AVL_SETBALANCE(gchild, 0); in avl_rotation()
491 AVL_SETBALANCE(node, 0); in avl_insert()
521 AVL_SETBALANCE(node, 0); in avl_insert()
532 AVL_SETBALANCE(node, new_balance); in avl_insert()
789 AVL_SETBALANCE(node, new_balance); in avl_remove()
801 AVL_SETBALANCE(node, new_balance); in avl_remove()
/illumos-gate/usr/src/uts/common/sys/
H A Davl_impl.h73 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) macro
115 #define AVL_SETBALANCE(n, b) \