Searched refs:avl_walk (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | avl.h | 209 #define AVL_NEXT(tree, node) avl_walk(tree, node, AVL_AFTER) 210 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE)
|
H A D | avl_impl.h | 158 extern void *avl_walk(struct avl_tree *, void *, int);
|
/netbsd-src/external/cddl/osnet/dist/common/avl/ |
H A 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()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | zap_micro.c | 797 for (other = avl_walk(&zap->zap_m.zap_avl, mze, direction); in mzap_normalization_conflict() 799 other = avl_walk(&zap->zap_m.zap_avl, other, direction)) { in mzap_normalization_conflict()
|
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_import.c | 1333 (slice = avl_walk(&slice_cache, slice, in zpool_find_import_impl()
|