Searched refs:kmem_cache_destroy (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-13-stable/sys/cddl/dev/dtrace/
H A Ddtrace_unload.c85 kmem_cache_destroy(dtrace_state_cache);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem.h79 void kmem_cache_destroy(kmem_cache_t *cache);
/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h73 void kmem_cache_destroy(kmem_cache_t *cache);
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-zlib.c215 kmem_cache_destroy(zlib_workspace_cache);
H A Dspl-kmem-cache.c39 #undef kmem_cache_destroy macro
887 kmem_cache_destroy(skc->skc_linux_cache);
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h203 #define kmem_cache_destroy(skc) spl_kmem_cache_destroy(skc) macro
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Drefcount.c54 kmem_cache_destroy(reference_cache);
55 kmem_cache_destroy(reference_history_cache);
H A Dlz4.c1045 kmem_cache_destroy(lz4_cache);
H A Dddt.c627 kmem_cache_destroy(ddt_entry_cache);
628 kmem_cache_destroy(ddt_cache);
H A Dzil.c3141 kmem_cache_destroy(zil_zcw_cache);
3142 kmem_cache_destroy(zil_lwb_cache);
H A Dzio.c278 kmem_cache_destroy(cache);
289 kmem_cache_destroy(cache);
297 kmem_cache_destroy(zio_link_cache);
298 kmem_cache_destroy(zio_cache);
H A Dbtree.c147 kmem_cache_destroy(zfs_btree_leaf_cache);
H A Darc.c1148 kmem_cache_destroy(hdr_full_cache);
1149 kmem_cache_destroy(hdr_full_crypt_cache);
1150 kmem_cache_destroy(hdr_l2only_cache);
1151 kmem_cache_destroy(buf_cache);
H A Ddnode.c254 kmem_cache_destroy(dnode_cache);
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c185 kmem_cache_destroy(kmem_cache_t *cache) function
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h70 #define kmem_cache_destroy(...) linux_kmem_cache_destroy(__VA_ARGS__) macro
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dabd_os.c301 kmem_cache_destroy(abd_chunk_cache);
H A Dzfs_znode.c258 kmem_cache_destroy(znode_cache);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1083 kmem_cache_destroy(kcf_context_cache);
1085 kmem_cache_destroy(kcf_areq_cache);
1087 kmem_cache_destroy(kcf_sreq_cache);
/freebsd-13-stable/sys/dev/pms/freebsd/driver/common/
H A Dlxencrypt.c745 kmem_cache_destroy(pCard->map_cache);
765 kmem_cache_destroy(pCard->ioerr_cache);
/freebsd-13-stable/sys/contrib/openzfs/module/icp/os/
H A Dmodhash.c411 kmem_cache_destroy(mh_e_cache);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h422 #define kmem_cache_destroy(_c) umem_cache_destroy(_c) macro
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c725 kmem_cache_destroy(abd_cache);
H A Dzfs_znode.c206 kmem_cache_destroy(znode_cache);
210 kmem_cache_destroy(znode_hold_cache);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/common/lz4/
H A Dlz4.c1042 kmem_cache_destroy(lz4_ctx_cache);

Completed in 239 milliseconds

12