Searched refs:AVL_AFTER (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | avl.h | 138 #define AVL_AFTER (1) macro 217 #define AVL_NEXT(tree, node) avl_walk(tree, node, AVL_AFTER)
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | avl.h | 145 #define AVL_AFTER (1) macro 224 #define AVL_NEXT(tree, node) avl_walk(tree, node, AVL_AFTER)
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_rlock.c | 199 lr = avl_nearest(tree, where, AVL_AFTER); in zfs_rangelock_enter_writer() 287 avl_insert_here(tree, rear, front, AVL_AFTER); in zfs_rangelock_split() 343 next = avl_nearest(tree, where, AVL_AFTER); in zfs_rangelock_add_reader() 446 next = avl_nearest(tree, where, AVL_AFTER); in zfs_rangelock_enter_reader()
|
| H A D | refcount.c | 315 ref = avl_nearest(&rc->rc_tree, idx, AVL_AFTER); in zfs_refcount_held() 342 ref = avl_nearest(&rc->rc_tree, idx, AVL_AFTER); in zfs_refcount_not_held()
|
| H A D | dsl_deadlist.c | 793 dlce = avl_nearest(&dl->dl_cache, where, AVL_AFTER); in dsl_deadlist_space_range() 951 dle = avl_nearest(&dl->dl_tree, where, AVL_AFTER); in dsl_deadlist_move_bpobj()
|
| H A D | dsl_bookmark.c | 1337 avl_nearest(&head->ds_bookmarks, idx, AVL_AFTER); in dsl_bookmark_ds_destroyed() 1464 avl_nearest(&head->ds_bookmarks, idx, AVL_AFTER); in dsl_bookmark_next_changed()
|
| H A D | vdev_queue.c | 845 zio = avl_nearest(tree, idx, AVL_AFTER); in vdev_queue_io_to_issue()
|
| H A D | dnode.c | 2164 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER); in dnode_dirty_l1range() 2199 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER); in dnode_dirty_l1range()
|
| H A D | dbuf.c | 2007 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER); in dbuf_free_range() 2104 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER); in dbuf_evict_range()
|
| H A D | dsl_scan.c | 3321 sio = avl_nearest(&queue->q_sios_by_addr, idx, AVL_AFTER); in scan_io_queue_gather()
|
| H A D | metaslab.c | 4927 msp = avl_nearest(t, idx, AVL_AFTER); in find_valid_metaslab()
|
| /freebsd/sys/contrib/openzfs/module/avl/ |
| H A D | avl.c | 575 ASSERT(direction == AVL_BEFORE || direction == AVL_AFTER); in avl_insert_here()
|
| /freebsd/sys/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 1486 (slice = avl_walk(cache, slice, AVL_AFTER))) in zpool_find_import_impl()
|