Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c312 int right_heavy = -left_heavy; in avl_rotation() local
349 if (child_bal != right_heavy) { in avl_rotation()
357 child_bal += right_heavy; /* adjust towards right */ 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()