/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | avl.h | 310 _AVL_H void *avl_destroy_nodes(avl_tree_t *tree, void **cookie);
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | avl.h | 317 extern void *avl_destroy_nodes(avl_tree_t *tree, void **cookie);
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | space_reftree.c | 81 while ((sr = avl_destroy_nodes(t, &cookie)) != NULL) in space_reftree_destroy()
|
H A D | refcount.c | 100 while ((ref = avl_destroy_nodes(&rc->rc_tree, &cookie)) != NULL) in zfs_refcount_destroy_many() 254 else while ((ref = avl_destroy_nodes(&tree, &cookie)) != NULL) in zfs_refcount_transfer()
|
H A D | dsl_deadlist.c | 153 while ((dlce = avl_destroy_nodes(&dl->dl_cache, &cookie)) in dsl_deadlist_load_tree() 276 while ((dle = avl_destroy_nodes(&dl->dl_tree, &cookie)) != NULL) { in dsl_deadlist_discard_tree() 355 while ((dle = avl_destroy_nodes(&dl->dl_tree, &cookie)) in dsl_deadlist_close() 365 while ((dlce = avl_destroy_nodes(&dl->dl_cache, &cookie)) in dsl_deadlist_close() 1111 while ((le = avl_destroy_nodes(&avl, &cookie)) != NULL) { in dsl_process_sub_livelist()
|
H A D | spa_errlog.c | 695 while ((se = avl_destroy_nodes(&spa->spa_errlist_healed, in spa_remove_healed_errors() 1152 while ((se = avl_destroy_nodes(&spa->spa_errlist_last, in spa_errlog_drain() 1156 while ((se = avl_destroy_nodes(&spa->spa_errlist_scrub, in spa_errlog_drain() 1230 while ((se = avl_destroy_nodes(t, &cookie)) != NULL) in sync_error_list()
|
H A D | zfs_fuid.c | 165 while ((domnode = avl_destroy_nodes(domain_tree, &cookie))) in zfs_fuid_table_destroy() 170 while ((domnode = avl_destroy_nodes(idx_tree, &cookie))) in zfs_fuid_table_destroy()
|
H A D | zil.c | 179 while ((zn = avl_destroy_nodes(t, &cookie)) != NULL) in zil_bp_tree_fini() 1422 while ((zv = avl_destroy_nodes(src, &cookie)) != NULL) { in zil_lwb_flush_defer() 1627 while ((zv = avl_destroy_nodes(t, &cookie)) != NULL) in zil_lwb_write_done() 1652 while ((zv = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_lwb_write_done() 2471 while ((ian = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_itxg_clean() 2778 while ((ian = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_async_to_sync()
|
H A D | dsl_deleg.c | 651 while ((setnode = avl_destroy_nodes(&permsets, &cookie)) != NULL) in dsl_deleg_access_impl()
|
H A D | ddt_log.c | 529 avl_destroy_nodes(&ddl->ddl_tree, &cookie)) != NULL) { in ddt_log_empty()
|
H A D | dmu_objset.c | 1960 while ((uqn = avl_destroy_nodes(&cache->uqc_user_deltas, in do_userquota_cacheflush() 1976 while ((uqn = avl_destroy_nodes(&cache->uqc_group_deltas, in do_userquota_cacheflush() 1988 while ((uqn = avl_destroy_nodes(&cache->uqc_project_deltas, in do_userquota_cacheflush()
|
H A D | sa.c | 1140 avl_destroy_nodes(&sa->sa_layout_hash_tree, &cookie))) { in sa_tear_down() 1149 while ((layout = avl_destroy_nodes(&sa->sa_layout_num_tree, &cookie))) { in sa_tear_down()
|
H A D | ddt.c | 2242 avl_destroy_nodes(&ddt->ddt_tree, &cookie)) != NULL) { in ddt_sync_table_log() 2299 while ((dde = avl_destroy_nodes( in ddt_sync_table_flush()
|
H A D | dmu_redact.c | 230 while ((found = avl_destroy_nodes(&at, &cookie)) != NULL) in zfs_get_deleteq()
|
H A D | brt.c | 1370 while ((bre = avl_destroy_nodes(&brtvd->bv_tree, &c)) != NULL) { in brt_sync_table()
|
H A D | dsl_destroy.c | 1129 while ((dbn = avl_destroy_nodes(&ds->ds_bookmarks, &cookie)) != in dsl_destroy_head_sync_impl()
|
/freebsd/sys/contrib/openzfs/cmd/zed/ |
H A D | zed_strings.c | 154 while ((np = avl_destroy_nodes(&zsp->tree, &cookie))) in zed_strings_destroy()
|
H A D | zed_exec.c | 297 while ((node = avl_destroy_nodes(&_launched_processes, &ck)) != NULL) { in zed_exec_fini()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | btree_test.c | 285 while ((node = avl_destroy_nodes(&avl, &avl_cookie)) != NULL) in drain_tree() 366 while ((node = avl_destroy_nodes(&avl, &avl_cookie)) != NULL) in stress_tree()
|
/freebsd/sys/contrib/openzfs/module/icp/core/ |
H A D | kcf_mech_tabs.c | 100 for (void *cookie = NULL; avl_destroy_nodes(&kcf_mech_hash, &cookie); ) in kcf_destroy_mech_tabs()
|
/freebsd/sys/contrib/openzfs/module/avl/ |
H A D | avl.c | 944 avl_destroy_nodes(avl_tree_t *tree, void **cookie) in avl_destroy_nodes() function 1049 EXPORT_SYMBOL(avl_destroy_nodes);
|
/freebsd/sys/contrib/openzfs/lib/libuutil/ |
H A D | uu_avl.c | 459 void *elem = avl_destroy_nodes(&ap->ua_tree, cookie); in uu_avl_teardown()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_iter.c | 355 while ((node = avl_destroy_nodes(&avl, &cookie)) != NULL) in zfs_iter_snapshots_sorted_v2()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | acl_common.c | 1199 while ((node = avl_destroy_nodes(&al->user, &cookie)) != NULL) in ace_list_free() 1202 while ((node = avl_destroy_nodes(&al->group, &cookie)) != NULL) in ace_list_free()
|
/freebsd/sys/contrib/openzfs/lib/libzutil/ |
H A D | zutil_import.c | 1431 while ((slice = avl_destroy_nodes(cache, &cookie)) != NULL) { in zpool_find_import_scan() 1496 while ((slice = avl_destroy_nodes(cache, &cookie)) != NULL) { in zpool_find_import_impl()
|