Home
last modified time | relevance | path

Searched refs:abd_chunk_cache (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dabd.c166 kmem_cache_t *abd_chunk_cache; variable
179 void *c = kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE); in abd_alloc_chunk()
187 kmem_cache_free(abd_chunk_cache, c); in abd_free_chunk()
204 abd_chunk_cache = kmem_cache_create("abd_chunk", zfs_abd_chunk_size, 0, in abd_init()
207 abd_chunk_cache = kmem_cache_create("abd_chunk", zfs_abd_chunk_size, 0, in abd_init()
226 kmem_cache_destroy(abd_chunk_cache); in abd_fini()
227 abd_chunk_cache = NULL; in abd_fini()
H A Darc.c4798 extern kmem_cache_t *abd_chunk_cache;
4834 kmem_cache_reap_soon(abd_chunk_cache); in arc_kmem_reap_soon()