Home
last modified time | relevance | path

Searched refs:avl_destroy_nodes (Results 1 – 25 of 62) sorted by relevance

123

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c356 while ((inode_dup = avl_destroy_nodes(tree, &outer)) != NULL) { in free_invert_frags()
358 while ((ref_dup = avl_destroy_nodes(&inode_dup->id_fragments, in free_invert_frags()
380 while ((fragv = avl_destroy_nodes(&dup_frags, &dup_cookie)) != NULL) { in free_dup_state()
382 while ((claimv = avl_destroy_nodes(&fragv->fr_claimants, in free_dup_state()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_errlog.c286 while ((se = avl_destroy_nodes(&spa->spa_errlist_last, in spa_errlog_drain()
290 while ((se = avl_destroy_nodes(&spa->spa_errlist_scrub, in spa_errlog_drain()
326 while ((se = avl_destroy_nodes(t, &cookie)) != NULL) in sync_error_list()
H A Dspace_reftree.c80 while ((sr = avl_destroy_nodes(t, &cookie)) != NULL) in space_reftree_destroy()
H A Drefcount.c104 while ((ref = avl_destroy_nodes(&rc->rc_tree, &cookie)) != NULL) in zfs_refcount_destroy_many()
267 else while ((ref = avl_destroy_nodes(&tree, &cookie)) != NULL) in zfs_refcount_transfer()
H A Dzfs_fuid.c167 while (domnode = avl_destroy_nodes(domain_tree, &cookie)) in zfs_fuid_table_destroy()
172 while (domnode = avl_destroy_nodes(idx_tree, &cookie)) in zfs_fuid_table_destroy()
H A Dzil.c147 while ((zn = avl_destroy_nodes(t, &cookie)) != NULL) in zil_bp_tree_fini()
1048 while ((zv = avl_destroy_nodes(src, &cookie)) != NULL) { in zil_lwb_flush_defer()
1206 while ((zv = avl_destroy_nodes(t, &cookie)) != NULL) in zil_lwb_write_done()
1232 while ((zv = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_lwb_write_done()
1724 while ((ian = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_itxg_clean()
2006 while ((ian = avl_destroy_nodes(t, &cookie)) != NULL) { in zil_async_to_sync()
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c247 while ((sid2pid = avl_destroy_nodes(&sid2pid_hb->tree, in kidmap_cache_delete()
260 while ((uid2sid = avl_destroy_nodes(&uid2sid_hb->tree, in kidmap_cache_delete()
273 while ((gid2sid = avl_destroy_nodes(&gid2sid_hb->tree, in kidmap_cache_delete()
339 while ((sid2pid = avl_destroy_nodes(&sid2pid_hb->tree, in kidmap_cache_purge()
361 while ((uid2sid = avl_destroy_nodes(&uid2sid_hb->tree, in kidmap_cache_purge()
380 while ((gid2sid = avl_destroy_nodes(&gid2sid_hb->tree, in kidmap_cache_purge()
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Davltree.c212 while ((tnode = avl_destroy_nodes(stree, &cookie)) != NULL) { in destroy_tree()
/illumos-gate/usr/src/man/man3avl/
H A DMakefile24 avl_destroy_nodes.3avl \
/illumos-gate/usr/src/uts/common/sys/
H A Davl.h304 extern void *avl_destroy_nodes(avl_tree_t *tree, void **cookie);
/illumos-gate/usr/src/lib/libavl/
H A Dmapfile-vers54 avl_destroy_nodes;
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_reservoir.c235 while (avl_destroy_nodes(&tree->by_addr, &vcp) != NULL) { in vmmr_tp_destroy()
238 while ((span = avl_destroy_nodes(&tree->by_size, &vcp)) != NULL) { in vmmr_tp_destroy()
600 while ((span = avl_destroy_nodes(&region->vr_spans, &cookie)) != NULL) { in vmmr_free()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3avl.inc22 file path=usr/share/man/man3avl/avl_destroy_nodes.3avl
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c498 while ((txn = avl_destroy_nodes(&mcip->mci_v4_dyn_ip, in flush_dhcpv4()
506 while ((txn = avl_destroy_nodes(&mcip->mci_v4_completed_txn, in flush_dhcpv4()
511 while ((txn = avl_destroy_nodes(&mcip->mci_v4_pending_txn, in flush_dhcpv4()
1231 while (avl_destroy_nodes(&mcip->mci_v6_dyn_ip, &cookie) != NULL) { in flush_dhcpv6()
1234 while ((cid = avl_destroy_nodes(&mcip->mci_v6_cid, &cookie)) != NULL) { in flush_dhcpv6()
1238 while ((txn = avl_destroy_nodes(&mcip->mci_v6_pending_txn, in flush_dhcpv6()
1250 while ((addr = avl_destroy_nodes(&mcip->mci_v6_slaac_ip, &cookie)) != in flush_slaac()
2203 while ((addr = avl_destroy_nodes(sip, &cookie)) != NULL) { in mac_protect_update_v6_slaac_addr()
/illumos-gate/usr/src/cmd/sgs/common/
H A Dstring_table.c644 while ((snp = avl_destroy_nodes(lnp->ln_strtree, in st_getstrtab_sz()
665 while ((lnp = avl_destroy_nodes(stp->st_lentree, in st_getstrtab_sz()
/illumos-gate/usr/src/test/zfs-tests/cmd/btree_test/
H A Dbtree_test.c285 while ((node = avl_destroy_nodes(&avl, &avl_cookie)) != NULL) in drain_tree()
361 while ((node = avl_destroy_nodes(&avl, &avl_cookie)) != NULL) in stress_tree()
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_list.c136 while ((cs = avl_destroy_nodes(&cs_avl, &cookie)) != NULL) { in cs_destroy()
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c314 while ((sulwp = avl_destroy_nodes(tree, &cookie)) != NULL) in stacks_findstack_cleanup()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dbind.c103 avl_destroy_nodes(&rdsv3_bind_tree, &cookie)) != NULL) { in rdsv3_bind_exit()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_cache.c495 while ((cnode = avl_destroy_nodes(cache, &cookie)) != NULL) { in smb_cache_destroy_nodes()
H A Dsmb_pwdutil.c1082 while ((uc_newnode = avl_destroy_nodes(&tmp_cache, &cookie)) != NULL) { in smb_lucache_do_update()
1129 while ((ucnode = avl_destroy_nodes(&smb_uch.uc_cache, &cookie)) in smb_lucache_flush()
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c357 while ((sid2uid_gid = avl_destroy_nodes( in idmap_cache_purge()
378 while ((uid2sid_winname = avl_destroy_nodes( in idmap_cache_purge()
403 while ((gid2sid_winname = avl_destroy_nodes( in idmap_cache_purge()
427 while ((winname2uid_gid = avl_destroy_nodes( in idmap_cache_purge()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c867 while ((node = avl_destroy_nodes(&qtree->qt_avl, &cookie)) != NULL) in smb_quota_tree_delete()
919 while ((node = avl_destroy_nodes(&qtree->qt_avl, &cookie)) != NULL) in smb_quota_tree_populate()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c554 avl_destroy_nodes(&usba_devdb, &cookie)) != NULL) { in usba_devdb_destroy_device_database()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_iter.c300 while ((node = avl_destroy_nodes(&avl, &cookie)) != NULL) in zfs_iter_snapshots_sorted()

123