Home
last modified time | relevance | path

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

/titanic_44/usr/src/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))