Searched refs:avl_index_t (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h74 * The type "avl_index_t" is used to indicate a position in the list for
131 typedef uintptr_t avl_index_t; typedef
176 extern void *avl_find(avl_tree_t *tree, const void *node, avl_index_t *where);
184 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
235 * avl_index_t where;
243 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
H A Davl_impl.h134 * macros used to create/access an avl_index_t
138 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c))
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dunique.c77 avl_index_t idx;
H A Ddsl_deadlist.c229 avl_index_t where;
401 avl_index_t where;
442 avl_index_t where;
524 avl_index_t where;
H A Dzfs_rlock.c108 avl_index_t where;
271 zfs_range_add_reader(avl_tree_t *tree, rl_t *new, rl_t *prev, avl_index_t where)
360 avl_index_t where;
H A Drange_tree.c226 avl_index_t where;
363 avl_index_t where;
H A Dzfs_fuid.c180 avl_index_t loc;
300 avl_index_t loc;
H A Dspa_errlog.c99 avl_index_t where;
H A Dvdev_cache.c350 avl_index_t where;
H A Dsa.c403 avl_index_t loc;
458 avl_index_t loc;
1165 avl_index_t loc;
1487 avl_index_t loc;
H A Dzap_micro.c294 avl_index_t idx;
317 avl_index_t idx;
342 avl_index_t idx;
1440 avl_index_t idx;
H A Dspa_misc.c624 avl_index_t where;
1042 avl_index_t where;
1062 avl_index_t where;
1106 avl_index_t where;
H A Dzil.c167 avl_index_t where;
987 avl_index_t where;
1689 avl_index_t where;
1785 avl_index_t where;
1909 avl_index_t where;
H A Dtrim_map.c206 avl_index_t where;
H A Ddsl_deleg.c478 avl_index_t idx;
H A Dddt.c690 avl_index_t where;
929 avl_index_t where;
H A Ddsl_scan.c1035 avl_index_t where;
1400 avl_index_t idx;
2669 avl_index_t idx;
3525 avl_index_t idx;
3919 avl_index_t idx;
H A Dvdev_queue.c852 avl_index_t idx;
H A Dmetaslab.c1231 avl_index_t where;
1414 avl_index_t where;
3029 avl_index_t idx;
H A Dvdev_removal.c930 avl_index_t where;
H A Ddnode.c1522 avl_index_t where;
H A Ddmu_objset.c1517 avl_index_t idx;
H A Ddbuf.c1336 avl_index_t where;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c88 * - The avl_index_t is an opaque "cookie" used to find nodes at or
219 * "avl_index_t" is a (avl_node_t *) with the bottom bit indicating a child
226 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction)
255 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where)
475 * searches out to the leaf positions. The avl_index_t indicates the node
482 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where)
634 avl_index_t where;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c807 avl_index_t where;

Completed in 437 milliseconds

12