Home
last modified time | relevance | path

Searched defs:avl_node (Results 1 – 3 of 3) sorted by relevance

/onnv-gate/usr/src/uts/common/sys/
H A Davl_impl.h61 struct avl_node { struct
62 struct avl_node *avl_child[2]; /* left/right children */ argument
63 struct avl_node *avl_parent; /* this node's parent */ argument
64 unsigned short avl_child_index; /* my index in parent's avl_child[] */
65 short avl_balance; /* balance value: -1, 0, +1 */
/onnv-gate/usr/src/cmd/filebench/common/
H A Dfb_avl.h79 struct avl_node { struct
80 struct avl_node *avl_child[2]; /* left/right children */ argument
81 struct avl_node *avl_parent; /* this node's parent */ argument
82 unsigned short avl_child_index; /* my index in parent's avl_child[] */
83 short avl_balance; /* balance value: -1, 0, +1 */
/onnv-gate/usr/src/uts/common/rpc/
H A Drpcib.c197 void *avl_node; member