Home
last modified time | relevance | path

Searched refs:AVL_BEFORE (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/openzfs/include/sys/
H A Davl.h136 #define AVL_BEFORE (0) macro
217 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE)
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h144 #define AVL_BEFORE (0) macro
225 #define AVL_PREV(tree, node) avl_walk(tree, node, AVL_BEFORE)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c203 lr = avl_nearest(tree, where, AVL_BEFORE); in zfs_rangelock_enter_writer()
417 prev = avl_nearest(tree, where, AVL_BEFORE); in zfs_rangelock_enter_reader()
H A Ddsl_deadlist.c486 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert()
827 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert_bpobj()
848 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_prefetch_bpobj()
H A Ddnode_sync.c494 AVL_BEFORE); in dnode_evict_dbufs()
H A Dvdev_raidz.c2224 re = avl_nearest(&vdrz->vd_expand_txgs, where, AVL_BEFORE); in vdev_raidz_get_logical_width()
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Duu_avl.c542 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_BEFORE)); in uu_avl_nearest_prev()
/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c574 ASSERT(direction == AVL_BEFORE || direction == AVL_AFTER); in avl_insert_here()