Home
last modified time | relevance | path

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

/f-stack/freebsd/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)
/f-stack/freebsd/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.c468 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert()
808 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert_bpobj()
H A Dzap_micro.c921 int direction = AVL_BEFORE; in mzap_normalization_conflict()
944 if (direction == AVL_BEFORE) { in mzap_normalization_conflict()
H A Ddnode_sync.c479 AVL_BEFORE); in dnode_evict_dbufs()
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_avl.c543 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_BEFORE)); in uu_avl_nearest_prev()
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c591 ASSERT(direction == AVL_BEFORE || direction == AVL_AFTER); in avl_insert_here()