Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c122 static const int avl_child2balance[2] = {-1, 1}; variable
535 new_balance = old_balance + avl_child2balance[which_child]; in avl_insert()
787 new_balance = old_balance - avl_child2balance[which_child]; in avl_remove()