Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c72 kmem_cache_t *zio_link_cache; variable
132 zio_link_cache = kmem_cache_create("zio_link_cache", in zio_init()
217 kmem_cache_destroy(zio_link_cache); in zio_fini()
538 zio_link_t *zl = kmem_cache_alloc(zio_link_cache, KM_SLEEP); in zio_add_child()
587 kmem_cache_free(zio_link_cache, zl); in zio_remove_child()