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.c78 static kmem_cache_t *zio_cache; variable
200 zio_cache = kmem_cache_create("zio_cache", in zio_init()
356 kmem_cache_destroy(zio_cache); in zio_fini()
990 zio = kmem_cache_alloc(zio_cache, KM_SLEEP); in zio_create()
1072 kmem_cache_free(zio_cache, zio); in zio_destroy()