Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/avl/
HDavl.c316 int child_bal = AVL_XBALANCE(child); in avl_rotation() local
345 if (child_bal != right_heavy) { in avl_rotation()
353 child_bal += right_heavy; /* adjust towards right */ in avl_rotation()
369 AVL_SETBALANCE(node, -child_bal); in avl_rotation()
376 AVL_SETBALANCE(child, child_bal); in avl_rotation()
384 return (child_bal == 0); in avl_rotation()