Home
last modified time | relevance | path

Searched refs:kmem_cache_t (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h65 } kmem_cache_t; typedef
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-12.1/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c153 kmem_cache_t *
158 kmem_cache_t *cache; in kmem_cache_create()
180 kmem_cache_destroy(kmem_cache_t *cache) in kmem_cache_destroy()
189 kmem_cache_alloc(kmem_cache_t *cache, int flags) in kmem_cache_alloc()
204 kmem_cache_free(kmem_cache_t *cache, void *buf) in kmem_cache_free()
238 kmem_cache_reap_soon(kmem_cache_t *cache) in kmem_cache_reap_soon()
252 kmem_cache_reap_soon(kmem_cache_t *cache __unused) in kmem_cache_reap_soon()
/freebsd-12.1/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.c1738 static kmem_cache_t *hdr_full_cache;
1739 static kmem_cache_t *hdr_l2only_cache;
1740 static kmem_cache_t *buf_cache;
3452 arc_hdr_realloc(arc_buf_hdr_t *hdr, kmem_cache_t *old, kmem_cache_t *new) in arc_hdr_realloc()
4795 extern kmem_cache_t *zio_buf_cache[];
4796 extern kmem_cache_t *zio_data_buf_cache[];
4797 extern kmem_cache_t *range_seg_cache;
4798 extern kmem_cache_t *abd_chunk_cache;
4804 kmem_cache_t *prev_cache = NULL; in arc_kmem_reap_soon()
4805 kmem_cache_t *prev_data_cache = NULL; in arc_kmem_reap_soon()
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; in zio_fini()
236 kmem_cache_t *last_data_cache = NULL; in zio_fini()
H A Drange_tree.c77 kmem_cache_t *range_seg_cache;
H A Dlz4.c50 static kmem_cache_t *lz4_ctx_cache;
H A Dabd.c166 kmem_cache_t *abd_chunk_cache;
H A Dzil.c124 static kmem_cache_t *zil_lwb_cache;
125 static kmem_cache_t *zil_zcw_cache;
H A Dspa_misc.c245 kmem_cache_t *spa_buffer_pool;
H A Dsa.c208 static kmem_cache_t *sa_cache = NULL;
H A Dzfs_znode.c102 static kmem_cache_t *znode_cache = NULL;
H A Ddnode.c43 static kmem_cache_t *dnode_cache;
H A Ddsl_scan.c344 static kmem_cache_t *sio_cache;
H A Dmetaslab.c285 kmem_cache_t *metaslab_alloc_trace_cache;
H A Ddbuf.c188 static kmem_cache_t *dbuf_kmem_cache;
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h373 typedef umem_cache_t kmem_cache_t; typedef
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c244 static kmem_cache_t *dtrace_state_cache; /* cache for dynamic state */
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt12003 implementation. For example, ACPI_CACHE_T is defined as kmem_cache_t for