/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | avl.h | 131 typedef uintptr_t avl_index_t; typedef 176 _AVL_H void *avl_find(avl_tree_t *tree, const void *node, avl_index_t *where); 184 _AVL_H void avl_insert(avl_tree_t *tree, void *node, avl_index_t where); 243 _AVL_H void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
|
H A D | avl_impl.h | 139 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c))
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | avl.h | 138 typedef uintptr_t avl_index_t; typedef 183 extern void *avl_find(avl_tree_t *tree, const void *node, avl_index_t *where); 191 extern void avl_insert(avl_tree_t *tree, void *node, avl_index_t where); 250 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
|
H A D | avl_impl.h | 138 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c))
|
/freebsd/sys/contrib/openzfs/module/avl/ |
H A D | avl.c | 220 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest() 249 avl_find(avl_tree_t *tree, const void *value, avl_index_t *where) in avl_find() 471 avl_insert(avl_tree_t *tree, void *new_data, avl_index_t where) in avl_insert() 623 avl_index_t where = 0; in avl_add()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | unique.c | 78 avl_index_t idx; in unique_insert()
|
H A D | zfs_rlock.c | 163 avl_index_t where; in zfs_rangelock_enter_writer() 313 zfs_locked_range_t *prev, avl_index_t where) in zfs_rangelock_add_reader() 408 avl_index_t where; in zfs_rangelock_enter_reader()
|
H A D | refcount.c | 300 avl_index_t idx; in zfs_refcount_held() 327 avl_index_t idx; in zfs_refcount_not_held()
|
H A D | dsl_deadlist.c | 469 avl_index_t where; in dsl_deadlist_insert() 772 avl_index_t where; in dsl_deadlist_space_range() 811 avl_index_t where; in dsl_deadlist_insert_bpobj() 843 avl_index_t where; in dsl_deadlist_prefetch_bpobj() 939 avl_index_t where; in dsl_deadlist_move_bpobj()
|
H A D | spa_errlog.c | 189 avl_index_t where; in spa_log_error() 588 avl_index_t where; in spa_add_healed_error() 634 avl_index_t where; in spa_add_healed_error() 671 avl_index_t where; in remove_error_from_list()
|
H A D | zfs_fuid.c | 179 avl_index_t loc; in zfs_fuid_idx_domain() 299 avl_index_t loc; in zfs_fuid_find_by_domain()
|
H A D | spa_misc.c | 620 avl_index_t where; in spa_lookup() 1017 avl_index_t where; in spa_aux_add() 1037 avl_index_t where; in spa_aux_remove() 1081 avl_index_t where; in spa_aux_activate()
|
H A D | zil.c | 191 avl_index_t where; in zil_bp_tree_add() 1375 avl_index_t where; in zil_lwb_add_block() 1423 avl_index_t where; in zil_lwb_flush_defer() 2504 avl_index_t where; in zil_remove_async() 2592 avl_index_t where; in zil_itx_assign() 2741 avl_index_t where; in zil_async_to_sync()
|
H A D | sa.c | 412 avl_index_t loc; in sa_add_layout_entry() 467 avl_index_t loc; in sa_find_layout() 1184 avl_index_t loc; in sa_attr_iter() 1762 avl_index_t loc; in sa_find_idx_tab()
|
H A D | dsl_crypt.c | 679 avl_index_t where; in spa_keystore_dsl_key_hold_dd() 749 avl_index_t where; in spa_keystore_load_wkey_impl() 1032 avl_index_t where; in spa_keystore_create_mapping() 1543 avl_index_t where; in spa_keystore_change_key_sync()
|
H A D | brt.c | 1039 avl_index_t where; in brt_entry_decref() 1165 avl_index_t where; in brt_pending_add()
|
H A D | dsl_bookmark.c | 1327 avl_index_t idx; in dsl_bookmark_ds_destroyed() 1454 avl_index_t idx; in dsl_bookmark_next_changed()
|
H A D | dsl_deleg.c | 488 avl_index_t idx; in dsl_load_sets()
|
H A D | ddt_log.c | 249 avl_index_t where; in ddt_log_update_entry()
|
H A D | dsl_scan.c | 1500 avl_index_t where; in scan_ds_queue_insert() 1940 avl_index_t idx; in dsl_scan_prefetch() 3292 avl_index_t idx; in scan_io_queue_gather() 4716 avl_index_t idx; in scan_io_queue_insert_impl() 5168 avl_index_t idx; in dsl_scan_freed_dva()
|
H A D | vdev_queue.c | 816 avl_index_t idx; in vdev_queue_io_to_issue()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/ |
H A D | zutil_import_os.c | 195 avl_index_t where; in zpool_find_import_blkid()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | btree_test.c | 227 avl_index_t avl_idx = {0}; in drain_tree() 318 avl_index_t avl_idx = {0}; in stress_tree()
|
/freebsd/sys/contrib/openzfs/module/icp/core/ |
H A D | kcf_mech_tabs.c | 156 avl_index_t where = 0; in kcf_create_mech_entry()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_import_os.c | 175 avl_index_t where; in zpool_open_func() 303 avl_index_t where; in zpool_find_import_blkid()
|