Home
last modified time | relevance | path

Searched refs:avl_nearest (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c198 lr = avl_nearest(tree, where, AVL_AFTER); in zfs_rangelock_enter_writer()
203 lr = avl_nearest(tree, where, AVL_BEFORE); in zfs_rangelock_enter_writer()
342 next = avl_nearest(tree, where, AVL_AFTER); in zfs_rangelock_add_reader()
417 prev = avl_nearest(tree, where, AVL_BEFORE); in zfs_rangelock_enter_reader()
445 next = avl_nearest(tree, where, AVL_AFTER); in zfs_rangelock_enter_reader()
H A Ddsl_deadlist.c468 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert()
770 dlce = avl_nearest(&dl->dl_cache, where, AVL_AFTER); in dsl_deadlist_space_range()
808 dle = avl_nearest(&dl->dl_tree, where, AVL_BEFORE); in dsl_deadlist_insert_bpobj()
883 dle = avl_nearest(&dl->dl_tree, where, AVL_AFTER); in dsl_deadlist_move_bpobj()
H A Dvdev_cache.c348 ve = avl_nearest(&vc->vc_offset_tree, where, AVL_AFTER); in vdev_cache_write()
H A Ddsl_bookmark.c1301 avl_nearest(&head->ds_bookmarks, idx, AVL_AFTER); in dsl_bookmark_ds_destroyed()
1428 avl_nearest(&head->ds_bookmarks, idx, AVL_AFTER); in dsl_bookmark_next_changed()
H A Dzap_micro.c319 mze = avl_nearest(avl, idx, AVL_AFTER); in mze_find()
1593 mze = avl_nearest(&zc->zc_zap->zap_m.zap_avl, in zap_cursor_retrieve()
H A Dvdev_queue.c891 zio = avl_nearest(tree, idx, AVL_AFTER); in vdev_queue_io_to_issue()
H A Ddnode.c1971 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER); in dnode_dirty_l1range()
2006 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER); in dnode_dirty_l1range()
H A Ddsl_scan.c2886 sio = avl_nearest(&queue->q_sios_by_addr, idx, AVL_AFTER); in scan_io_queue_gather()
H A Ddbuf.c1811 db = avl_nearest(&dn->dn_dbufs, where, AVL_AFTER); in dbuf_free_range()
H A Dmetaslab.c4624 msp = avl_nearest(t, idx, AVL_AFTER); in find_valid_metaslab()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Davl.h242 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_avl.c533 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_AFTER)); in uu_avl_nearest_next()
543 return (avl_nearest(&ap->ua_tree, INDEX_DECODE(idx), AVL_BEFORE)); in uu_avl_nearest_prev()
H A Dlibuutil.abi139 …<elf-symbol name='avl_nearest' type='func-type' binding='global-binding' visibility='default-visib…
1276avl_nearest' mangled-name='avl_nearest' filepath='../../module/avl/avl.c' line='230' column='1' vi…
/f-stack/freebsd/contrib/openzfs/module/avl/
H A Davl.c230 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest() function
1086 EXPORT_SYMBOL(avl_nearest);
/f-stack/freebsd/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi146 …<elf-symbol name='avl_nearest' type='func-type' binding='global-binding' visibility='default-visib…
1999avl_nearest' mangled-name='avl_nearest' filepath='../../module/avl/avl.c' line='230' column='1' vi…