Home
last modified time | relevance | path

Searched refs:avl_child (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/common/avl/
H A Davl.c155 if (node->avl_child[left] != NULL) { in avl_walk()
156 for (node = node->avl_child[left]; in avl_walk()
157 node->avl_child[right] != NULL; in avl_walk()
158 node = node->avl_child[right]) in avl_walk()
188 for (node = tree->avl_root; node != NULL; node = node->avl_child[0]) in avl_first()
207 for (node = tree->avl_root; node != NULL; node = node->avl_child[1]) in avl_last()
263 node = node->avl_child[child]) { in avl_find()
309 avl_node_t *child = node->avl_child[left]; in avl_rotation()
357 cright = child->avl_child[right]; in avl_rotation()
358 node->avl_child[left] = cright; in avl_rotation()
[all …]
/titanic_44/usr/src/uts/common/sys/
H A Davl_impl.h62 struct avl_node *avl_child[2]; /* left/right children */ member
91 struct avl_node *avl_child[2]; /* left/right children nodes */
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Davl.c58 if (node->avl_child[0] == NULL) in avl_leftmostchild()
60 addr = (uintptr_t)node->avl_child[0]; in avl_leftmostchild()
237 addr = (uintptr_t)node->avl_child[1]; in avl_walk_step()
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_subr2.c981 np->r_avl_node.avl_child[0] = in smbfs_destroy_table()
1002 rlist = (smbnode_t *)np->r_avl_node.avl_child[0]; in smbfs_destroy_table()