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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl_impl.h61 struct avl_node { struct
62 struct avl_node *avl_child[2]; /* left/right children */
63 struct avl_node *avl_parent; /* this node's parent */
90 struct avl_node { struct
91 struct avl_node *avl_child[2]; /* left/right children nodes */
100 #define AVL_XPARENT(n) ((struct avl_node *)((n)->avl_pcb & ~7))
129 #define AVL_DATA2NODE(d, o) ((struct avl_node *)((uintptr_t)(d) + (o)))
147 struct avl_node *avl_root; /* root node in tree */
H A Davl.h132 typedef struct avl_node avl_node_t;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Dlibuutil_impl.h125 typedef struct avl_node uu_avl_node_impl_t;

Completed in 178 milliseconds