HomeSort by: relevance | last modified time | path
    Searched refs:avl_node (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/sys/
avl_impl.h 61 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 */
avl.h 117 typedef struct avl_node avl_node_t;
  /src/usr.bin/fstat/
zfs_znode.h 47 struct avl_node;
52 struct avl_node *avl_root;
  /src/external/cddl/osnet/dist/lib/libuutil/common/
libuutil_impl.h 125 typedef struct avl_node uu_avl_node_impl_t;

Completed in 25 milliseconds