Searched refs:AVL_BEFORE (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/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)
|
| /f-stack/freebsd/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 | 468 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 D | zap_micro.c | 921 int direction = AVL_BEFORE; in mzap_normalization_conflict() 944 if (direction == AVL_BEFORE) { in mzap_normalization_conflict()
|
| H A D | dnode_sync.c | 479 AVL_BEFORE); in dnode_evict_dbufs()
|
| /f-stack/freebsd/contrib/openzfs/lib/libuutil/ |
| H A D | uu_avl.c | 543 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 D | avl.c | 591 ASSERT(direction == AVL_BEFORE || direction == AVL_AFTER); in avl_insert_here()
|