Searched refs:avl_parent (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h63 struct avl_node *avl_parent; /* this node's parent */ member in struct:avl_node
68 #define AVL_XPARENT(n) ((n)->avl_parent)
69 #define AVL_SETPARENT(n, p) ((n)->avl_parent = (p))
85 * | avl_parent hi order bits | avl_child_index | avl_balance |

Completed in 103 milliseconds