HomeSort by relevance Sort by last modified time
    Searched refs:avl_node (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/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 113 typedef struct avl_node avl_node_t;
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.h 79 struct avl_node { struct
80 struct avl_node *avl_child[2]; /* left/right children */
81 struct avl_node *avl_parent; /* this node's parent */
108 struct avl_node { struct
109 struct avl_node *avl_child[2]; /* left/right children nodes */
118 #define AVL_XPARENT(n) ((struct avl_node *)((n)->avl_pcb & ~7))
147 #define AVL_DATA2NODE(d, o) ((struct avl_node *)((uintptr_t)(d) + (o)))
165 struct avl_node *avl_root; /* root node in tree */
227 typedef struct avl_node avl_node_t;
  /onnv/onnv-gate/usr/src/lib/libuutil/common/
libuutil_impl.h 125 typedef struct avl_node uu_avl_node_impl_t;
  /onnv/onnv-gate/usr/src/uts/common/rpc/
rpcib.c 198 void *avl_node; member in struct:rib_lrc_entry
    [all...]

Completed in 180 milliseconds