HomeSort by relevance Sort by last modified time
    Searched defs:avl_find (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.c 244 avl_find(avl_tree_t *tree, void *value, avl_index_t *where) function
463 * Insert a new node into an AVL tree at the specified (from avl_find()) place.
465 * Newly inserted nodes are always leaf nodes in the tree, since avl_find()
621 if (avl_find(tree, new_node, &where) != NULL) {
  /onnv/onnv-gate/usr/src/common/avl/
avl.c 243 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where) function
460 * Insert a new node into an AVL tree at the specified (from avl_find()) place.
462 * Newly inserted nodes are always leaf nodes in the tree, since avl_find()
630 if (avl_find(tree, new_node, &where) != NULL)
632 panic("avl_find() succeeded inside avl_add()");

Completed in 420 milliseconds