Lines Matching refs:tree
1178 * pointer to an AVL tree to search in. Should be called with the
1179 * appropriate tree-protecting lock held (unfortunately unassertable).
1182 contract_lookup_common(avl_tree_t *tree, uint64_t zuniqid, ctid_t current)
1189 ct = avl_find(tree, &template, &where);
1191 ct = avl_nearest(tree, where, AVL_AFTER);
1194 ct = AVL_NEXT(tree, ct);
1281 * to an AVL tree to search in. Should be called with the appropriate
1282 * tree-protecting lock held (unfortunately unassertable).
1285 contract_ptr_common(avl_tree_t *tree, ctid_t id, uint64_t zuniqid)
1290 ct = avl_find(tree, &template, NULL);