Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c366 AVL_SETCHILD(cright, left); in avl_rotation()
374 AVL_SETCHILD(node, right); in avl_rotation()
381 AVL_SETCHILD(child, which_child); in avl_rotation()
436 AVL_SETCHILD(gright, left); in avl_rotation()
442 AVL_SETCHILD(gleft, right); in avl_rotation()
456 AVL_SETCHILD(child, left); in avl_rotation()
461 AVL_SETCHILD(node, right); in avl_rotation()
465 AVL_SETCHILD(gchild, which_child); in avl_rotation()
510 AVL_SETCHILD(node, which_child); in avl_insert()
764 AVL_SETCHILD(node, which_child); in avl_remove()
/f-stack/freebsd/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) \