Searched refs:avl_walk (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| D | avl.h | 224 #define AVL_NEXT(tree, node) avl_walk(tree, node, AVL_AFTER) 225 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE)
|
| D | avl_impl.h | 158 extern void *avl_walk(struct avl_tree *, void *, int);
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/common/avl/ |
| D | avl.c | 136 avl_walk(avl_tree_t *tree, void *oldnode, int left) in avl_walk() function 241 return (avl_walk(tree, data, direction)); in avl_nearest()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zap_micro.c | 864 for (mzap_ent_t *other = avl_walk(&zap->zap_m.zap_avl, mze, direction); in mzap_normalization_conflict() 866 other = avl_walk(&zap->zap_m.zap_avl, other, direction)) { in mzap_normalization_conflict()
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_import.c | 1376 (slice = avl_walk(&slice_cache, slice, in zpool_find_import_impl()
|