Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzio.c77 static kmem_cache_t *zio_cache; variable
156 zio_cache = kmem_cache_create("zio_cache", in zio_init()
285 kmem_cache_destroy(zio_cache); in zio_fini()
906 zio = kmem_cache_alloc(zio_cache, KM_SLEEP); in zio_create()
988 kmem_cache_free(zio_cache, zio); in zio_destroy()