Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h65 short avl_balance; /* balance value: -1, 0, +1 */ member
74 #define AVL_XBALANCE(n) ((n)->avl_balance)
75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b))
/freebsd/sys/contrib/openzfs/include/sys/
H A Davl_impl.h65 short avl_balance; /* balance value: -1, 0, +1 */ member
74 #define AVL_XBALANCE(n) ((n)->avl_balance)
75 #define AVL_SETBALANCE(n, b) ((n)->avl_balance = (short)(b))