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

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h62 } 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);
76 void kmem_cache_reap_now(kmem_cache_t *cache);
/freebsd-9.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c157 kmem_cache_t *
162 kmem_cache_t *cache;
184 kmem_cache_destroy(kmem_cache_t *cache)
193 kmem_cache_alloc(kmem_cache_t *cache, int flags)
208 kmem_cache_free(kmem_cache_t *cache, void *buf)
221 kmem_cache_reap_now(kmem_cache_t *cache)
235 kmem_cache_reap_now(kmem_cache_t *cache __unused)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drefcount.c38 static kmem_cache_t *reference_cache;
39 static kmem_cache_t *reference_history_cache;
H A Drange_tree.c36 static kmem_cache_t *range_seg_cache;
H A Dlz4.c47 static kmem_cache_t *lz4_ctx_cache;
H A Dzio.c77 kmem_cache_t *zio_cache;
78 kmem_cache_t *zio_link_cache;
79 kmem_cache_t *zio_buf_cache[SPA_MAXBLOCKSIZE >> SPA_MINBLOCKSHIFT];
80 kmem_cache_t *zio_data_buf_cache[SPA_MAXBLOCKSIZE >> SPA_MINBLOCKSHIFT];
217 kmem_cache_t *last_cache = NULL;
218 kmem_cache_t *last_data_cache = NULL;
H A Darc.c955 static kmem_cache_t *hdr_cache;
956 static kmem_cache_t *buf_cache;
2506 extern kmem_cache_t *zio_buf_cache[];
2507 extern kmem_cache_t *zio_data_buf_cache[];
2513 kmem_cache_t *prev_cache = NULL;
2514 kmem_cache_t *prev_data_cache = NULL;
H A Dspa_misc.c237 kmem_cache_t *spa_buffer_pool;
H A Dsa.c205 static kmem_cache_t *sa_cache = NULL;
H A Dzil.c92 static kmem_cache_t *zil_lwb_cache;
H A Ddnode.c40 static kmem_cache_t *dnode_cache;
H A Dzfs_znode.c99 static kmem_cache_t *znode_cache = NULL;
H A Ddbuf.c58 static kmem_cache_t *dbuf_cache;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h359 typedef umem_cache_t kmem_cache_t; typedef
/freebsd-9.3-release/sys/cddl/dev/cyclic/
H A Dcyclic.c338 static kmem_cache_t *cyclic_id_cache;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c229 static kmem_cache_t *dtrace_state_cache; /* cache for dynamic state */

Completed in 275 milliseconds