Searched refs:AVL_BEFORE (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | avl.h | 137 #define AVL_BEFORE (0) macro 218 #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 | 204 lr = avl_nearest(tree, where, AVL_BEFORE); in zfs_rangelock_enter_writer() 418 prev = avl_nearest(tree, where, AVL_BEFORE); in zfs_rangelock_enter_reader()
|
| H A D | dsl_deadlist.c | 490 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert() 831 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert_bpobj() 852 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_prefetch_bpobj()
|
| H A D | dnode_sync.c | 477 AVL_BEFORE); in dnode_evict_dbufs()
|
| H A D | vdev_raidz.c | 2263 re = avl_nearest(&vdrz->vd_expand_txgs, where, AVL_BEFORE); in vdev_raidz_get_logical_width()
|
| H A D | dbuf.c | 2126 db, AVL_BEFORE); in dbuf_evict_range()
|
| /freebsd/sys/contrib/openzfs/module/avl/ |
| H A D | avl.c | 575 ASSERT(direction == AVL_BEFORE || direction == AVL_AFTER); in avl_insert_here()
|