Searched refs:AVL_SETBALANCE (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/avl/ |
| H A D | avl.c | 373 AVL_SETBALANCE(node, -child_bal); in avl_rotation() 380 AVL_SETBALANCE(child, child_bal); in avl_rotation() 454 AVL_SETBALANCE(child, (balance == right_heavy ? left_heavy : 0)); in avl_rotation() 459 AVL_SETBALANCE(node, (balance == left_heavy ? right_heavy : 0)); in avl_rotation() 463 AVL_SETBALANCE(gchild, 0); in avl_rotation() 511 AVL_SETBALANCE(node, 0); in avl_insert() 541 AVL_SETBALANCE(node, 0); in avl_insert() 552 AVL_SETBALANCE(node, new_balance); in avl_insert() 797 AVL_SETBALANCE(node, new_balance); in avl_remove() 809 AVL_SETBALANCE(node, new_balance); in avl_remove()
|
| /f-stack/freebsd/contrib/openzfs/include/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) \
|