Searched refs:AVL_BEFORE (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | avl.h | 136 #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 D | avl.h | 144 #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 D | zfs_rlock.c | 203 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 D | dsl_deadlist.c | 486 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 D | dnode_sync.c | 494 AVL_BEFORE); in dnode_evict_dbufs()
|
H A D | vdev_raidz.c | 2224 re = avl_nearest(&vdrz->vd_expand_txgs, where, AVL_BEFORE); in vdev_raidz_get_logical_width()
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | uu_avl.c | 542 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_BEFORE)); in uu_avl_nearest_prev()
|
/freebsd/sys/contrib/openzfs/module/avl/ |
H A D | avl.c | 574 ASSERT(direction == AVL_BEFORE || direction == AVL_AFTER); in avl_insert_here()
|