Searched refs:child_bal (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/avl/
H A Davl.c316 int child_bal = AVL_XBALANCE(child); local
345 if (child_bal != right_heavy) {
353 child_bal += right_heavy; /* adjust towards right */
369 AVL_SETBALANCE(node, -child_bal);
376 AVL_SETBALANCE(child, child_bal);
384 return (child_bal == 0);

Completed in 57 milliseconds