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

12

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h70 * The type "avl_index_t" is used to indicate a position in the list for
119 typedef uintptr_t avl_index_t; typedef
164 extern void *avl_find(avl_tree_t *tree, const void *node, avl_index_t *where);
172 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where);
223 * avl_index_t where;
231 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-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dunique.c81 avl_index_t idx;
H A Ddsl_deadlist.c214 avl_index_t where;
377 avl_index_t where;
418 avl_index_t where;
498 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 Dspace_map.c111 avl_index_t where;
195 avl_index_t where;
251 avl_index_t *wherep)
272 avl_index_t where;
H A Dzfs_fuid.c185 avl_index_t loc;
305 avl_index_t loc;
H A Dspa_errlog.c99 avl_index_t where;
H A Dspa_misc.c449 avl_index_t where;
771 avl_index_t where;
791 avl_index_t where;
835 avl_index_t where;
H A Dvdev_cache.c351 avl_index_t where;
H A Dzil.c154 avl_index_t where;
763 avl_index_t where;
1206 avl_index_t where;
1304 avl_index_t where;
1406 avl_index_t where;
H A Dsa.c415 avl_index_t loc;
470 avl_index_t loc;
1175 avl_index_t loc;
1490 avl_index_t loc;
H A Dzap_micro.c270 avl_index_t idx;
293 avl_index_t idx;
323 avl_index_t idx;
1261 avl_index_t idx;
H A Dzfs_ctldir.c697 avl_index_t where;
757 avl_index_t where;
949 avl_index_t where;
1744 avl_index_t where;
H A Dmetaslab.c464 avl_index_t where;
717 avl_index_t where;
1941 avl_index_t where;
H A Ddsl_deleg.c479 avl_index_t idx;
H A Dtrim_map.c223 avl_index_t where;
H A Dddt.c687 avl_index_t where;
926 avl_index_t where;
H A Ddnode.c1473 avl_index_t where;
1684 avl_index_t where;
1750 avl_index_t idx;
H A Ddmu_send.c1350 avl_index_t where;
/freebsd-10.0-release/cddl/contrib/opensolaris/common/avl/
H A Davl.c83 * - The avl_index_t is an opaque "cookie" used to find nodes at or
207 * "avl_index_t" is a (avl_node_t *) with the bottom bit indicating a child
214 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction)
243 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where)
463 * searches out to the leaf positions. The avl_index_t indicates the node
470 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where)
622 avl_index_t where;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/avl/
H A Davl.c83 * - The avl_index_t is an opaque "cookie" used to find nodes at or
207 * "avl_index_t" is a (avl_node_t *) with the bottom bit indicating a child
214 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction)
243 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where)
463 * searches out to the leaf positions. The avl_index_t indicates the node
470 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where)
622 avl_index_t where;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspace_map.h152 uint64_t size, avl_index_t *wherep);
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dstring_table.c203 avl_index_t where;
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c807 avl_index_t where;

Completed in 293 milliseconds

12