Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dabd.c183 kmem_cache_t *abd_chunk_cache; variable
196 void *c = kmem_cache_alloc(abd_chunk_cache, KM_PUSHPAGE); in abd_alloc_chunk()
204 kmem_cache_free(abd_chunk_cache, c); in abd_free_chunk()
220 abd_chunk_cache = kmem_cache_create("abd_chunk", zfs_abd_chunk_size, 64, in abd_init()
239 kmem_cache_destroy(abd_chunk_cache); in abd_fini()
240 abd_chunk_cache = NULL; in abd_fini()
H A Darc.c4649 extern kmem_cache_t *abd_chunk_cache; in arc_kmem_reap_soon()
4671 kmem_cache_reap_soon(abd_chunk_cache); in arc_kmem_reap_soon()