Home
last modified time | relevance | path

Searched refs:kmem_cache_destroy (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c58 kmem_cache_destroy(reference_cache); in refcount_fini()
59 kmem_cache_destroy(reference_history_cache); in refcount_fini()
H A Drange_tree.c99 kmem_cache_destroy(range_seg_cache); in range_tree_fini()
H A Dlz4.c1026 kmem_cache_destroy(lz4_ctx_cache); in lz4_fini()
H A Dabd.c226 kmem_cache_destroy(abd_chunk_cache); in abd_fini()
H A Dzio.c241 kmem_cache_destroy(zio_buf_cache[c]); in zio_fini()
247 kmem_cache_destroy(zio_data_buf_cache[c]); in zio_fini()
252 kmem_cache_destroy(zio_link_cache); in zio_fini()
253 kmem_cache_destroy(zio_cache); in zio_fini()
H A Dzil.c2958 kmem_cache_destroy(zil_zcw_cache); in zil_fini()
2959 kmem_cache_destroy(zil_lwb_cache); in zil_fini()
H A Darc.c1751 kmem_cache_destroy(hdr_full_cache); in buf_fini()
1752 kmem_cache_destroy(hdr_l2only_cache); in buf_fini()
1753 kmem_cache_destroy(buf_cache); in buf_fini()
H A Dsa.c240 kmem_cache_destroy(sa_cache); in sa_cache_fini()
H A Dzfs_znode.c369 kmem_cache_destroy(znode_cache); in zfs_znode_fini()
H A Ddnode.c224 kmem_cache_destroy(dnode_cache); in dnode_fini()
H A Ddsl_scan.c366 kmem_cache_destroy(sio_cache); in scan_fini()
H A Dmetaslab.c2833 kmem_cache_destroy(metaslab_alloc_trace_cache); in metaslab_alloc_trace_fini()
H A Ddbuf.c918 kmem_cache_destroy(dbuf_kmem_cache); in dbuf_fini()
/freebsd-12.1/sys/cddl/dev/dtrace/
H A Ddtrace_unload.c85 kmem_cache_destroy(dtrace_state_cache); in dtrace_unload()
/freebsd-12.1/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h73 void kmem_cache_destroy(kmem_cache_t *cache);
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h68 #define kmem_cache_destroy(...) linux_kmem_cache_destroy(__VA_ARGS__) macro
/freebsd-12.1/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c180 kmem_cache_destroy(kmem_cache_t *cache) in kmem_cache_destroy() function
/freebsd-12.1/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c745 kmem_cache_destroy(pCard->map_cache); in agtiapi_CleanupEncryptionPools()
765 kmem_cache_destroy(pCard->ioerr_cache); in agtiapi_CleanupEncryptionPools()
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h363 #define kmem_cache_destroy(_c) umem_cache_destroy(_c) macro
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c18258 kmem_cache_destroy(dtrace_state_cache);