Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzio.c94 kmem_cache_t *zio_cache; variable
150 zio_cache = kmem_cache_create("zio_cache", in zio_init()
253 kmem_cache_destroy(zio_cache); in zio_fini()
656 zio = kmem_cache_alloc(zio_cache, KM_SLEEP); in zio_create()
731 kmem_cache_free(zio_cache, zio); in zio_destroy()