Home
last modified time | relevance | path

Searched refs:avl_walk (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Davl.h224 #define AVL_NEXT(tree, node) avl_walk(tree, node, AVL_AFTER)
225 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE)
Davl_impl.h158 extern void *avl_walk(struct avl_tree *, void *, int);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/avl/
Davl.c136 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/
Dzap_micro.c864 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/
Dlibzfs_import.c1376 (slice = avl_walk(&slice_cache, slice, in zpool_find_import_impl()