Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c352 AVL_SETCHILD(cright, left); in avl_rotation()
360 AVL_SETCHILD(node, right); in avl_rotation()
367 AVL_SETCHILD(child, which_child); in avl_rotation()
420 AVL_SETCHILD(gright, left); in avl_rotation()
426 AVL_SETCHILD(gleft, right); in avl_rotation()
440 AVL_SETCHILD(child, left); in avl_rotation()
445 AVL_SETCHILD(node, right); in avl_rotation()
449 AVL_SETCHILD(gchild, which_child); in avl_rotation()
493 AVL_SETCHILD(node, which_child); in avl_insert()
745 AVL_SETCHILD(node, which_child); in avl_remove()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h72 #define AVL_SETCHILD(n, c) ((n)->avl_child_index = (unsigned short)(c)) macro
108 #define AVL_SETCHILD(n, c) \
/freebsd/sys/contrib/openzfs/include/sys/
H A Davl_impl.h72 #define AVL_SETCHILD(n, c) ((n)->avl_child_index = (unsigned short)(c)) macro
108 #define AVL_SETCHILD(n, c) \