Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c359 AVL_SETBALANCE(node, -child_bal); in avl_rotation()
366 AVL_SETBALANCE(child, child_bal); in avl_rotation()
438 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0)); in avl_rotation()
443 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0)); in avl_rotation()
447 AVL_SETBALANCE(gchild, 0); in avl_rotation()
494 AVL_SETBALANCE(node, 0); in avl_insert()
524 AVL_SETBALANCE(node, 0); in avl_insert()
535 AVL_SETBALANCE(node, new_balance); in avl_insert()
778 AVL_SETBALANCE(node, new_balance); in avl_remove()
790 AVL_SETBALANCE(node, new_balance); in avl_remove()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) macro
117 #define AVL_SETBALANCE(n, b) \
/freebsd/sys/contrib/openzfs/include/sys/
H A Davl_impl.h75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b)) macro
117 #define AVL_SETBALANCE(n, b) \