Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzio.c75 kmem_cache_t *zio_cache; variable
148 zio_cache = kmem_cache_create("zio_cache", in zio_init()
302 kmem_cache_destroy(zio_cache); in zio_fini()
827 zio = kmem_cache_alloc(zio_cache, KM_SLEEP); in zio_create()
906 kmem_cache_free(zio_cache, zio); in zio_destroy()