Home
last modified time | relevance | path

Searched refs:avl_index_t (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/sys/contrib/openzfs/include/sys/
H A Davl.h131 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 Davl_impl.h139 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c))
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Davl.h138 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 Davl_impl.h138 #define AVL_MKINDEX(n, c) ((avl_index_t)(n) | (c))
/freebsd/sys/contrib/openzfs/module/avl/
H A Davl.c220 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 Dunique.c78 avl_index_t idx; in unique_insert()
H A Dzfs_rlock.c163 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 Drefcount.c300 avl_index_t idx; in zfs_refcount_held()
327 avl_index_t idx; in zfs_refcount_not_held()
H A Ddsl_deadlist.c469 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 Dspa_errlog.c189 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 Dzfs_fuid.c179 avl_index_t loc; in zfs_fuid_idx_domain()
299 avl_index_t loc; in zfs_fuid_find_by_domain()
H A Dspa_misc.c620 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 Dzil.c191 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 Dsa.c412 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 Ddsl_crypt.c679 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 Dbrt.c1039 avl_index_t where; in brt_entry_decref()
1165 avl_index_t where; in brt_pending_add()
H A Ddsl_bookmark.c1327 avl_index_t idx; in dsl_bookmark_ds_destroyed()
1454 avl_index_t idx; in dsl_bookmark_next_changed()
H A Ddsl_deleg.c488 avl_index_t idx; in dsl_load_sets()
H A Dddt_log.c249 avl_index_t where; in ddt_log_update_entry()
H A Ddsl_scan.c1500 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 Dvdev_queue.c816 avl_index_t idx; in vdev_queue_io_to_issue()
/freebsd/sys/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c195 avl_index_t where; in zpool_find_import_blkid()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dbtree_test.c227 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 Dkcf_mech_tabs.c156 avl_index_t where = 0; in kcf_create_mech_entry()
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c175 avl_index_t where; in zpool_open_func()
303 avl_index_t where; in zpool_find_import_blkid()

12