Searched refs:kmem_cache_t (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h65 } kmem_cache_t; typedef in typeref:struct:kmem_cache
70 kmem_cache_t *kmem_cache_create(char *name, size_t bufsize, size_t align,
73 void kmem_cache_destroy(kmem_cache_t *cache);
74 void *kmem_cache_alloc(kmem_cache_t *cache, int flags);
75 void kmem_cache_free(kmem_cache_t *cache, void *buf);
77 void kmem_cache_reap_soon(kmem_cache_t *);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c153 kmem_cache_t *
158 kmem_cache_t *cache;
180 kmem_cache_destroy(kmem_cache_t *cache)
189 kmem_cache_alloc(kmem_cache_t *cache, int flags)
204 kmem_cache_free(kmem_cache_t *cache, void *buf)
238 kmem_cache_reap_soon(kmem_cache_t *cache)
252 kmem_cache_reap_soon(kmem_cache_t *cache __unused)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c42 static kmem_cache_t *reference_cache;
43 static kmem_cache_t *reference_history_cache;
H A Darc.c1649 static kmem_cache_t *hdr_full_cache;
1650 static kmem_cache_t *hdr_l2only_cache;
1651 static kmem_cache_t *buf_cache;
3302 arc_hdr_realloc(arc_buf_hdr_t *hdr, kmem_cache_t *old, kmem_cache_t *new)
4489 extern kmem_cache_t *zio_buf_cache[];
4490 extern kmem_cache_t *zio_data_buf_cache[];
4491 extern kmem_cache_t *range_seg_cache;
4492 extern kmem_cache_t *abd_chunk_cache;
4498 kmem_cache_t *prev_cach
[all...]
H A Dlz4.c50 static kmem_cache_t *lz4_ctx_cache;
H A Drange_tree.c77 kmem_cache_t *range_seg_cache;
H A Dzio.c94 kmem_cache_t *zio_cache;
95 kmem_cache_t *zio_link_cache;
96 kmem_cache_t *zio_buf_cache[SPA_MAXBLOCKSIZE >> SPA_MINBLOCKSHIFT];
97 kmem_cache_t *zio_data_buf_cache[SPA_MAXBLOCKSIZE >> SPA_MINBLOCKSHIFT];
235 kmem_cache_t *last_cache = NULL;
236 kmem_cache_t *last_data_cache = NULL;
H A Dabd.c166 kmem_cache_t *abd_chunk_cache;
H A Dzil.c122 static kmem_cache_t *zil_lwb_cache;
123 static kmem_cache_t *zil_zcw_cache;
H A Dsa.c207 static kmem_cache_t *sa_cache = NULL;
H A Dspa_misc.c248 kmem_cache_t *spa_buffer_pool;
H A Ddnode.c43 static kmem_cache_t *dnode_cache;
H A Dzfs_znode.c101 static kmem_cache_t *znode_cache = NULL;
H A Ddbuf.c67 static kmem_cache_t *dbuf_kmem_cache;
H A Dmetaslab.c281 kmem_cache_t *metaslab_alloc_trace_cache;
H A Ddsl_scan.c345 static kmem_cache_t *sio_cache;
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h373 typedef umem_cache_t kmem_cache_t; typedef
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c244 static kmem_cache_t *dtrace_state_cache; /* cache for dynamic state */

Completed in 245 milliseconds