Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c79 kmem_cache_t *trans_child_cache = NULL; variable
124 kmem_cache_free(trans_child_cache, bp); in trans_done_shadow()
146 sb = kmem_cache_alloc(trans_child_cache, MD_ALLOCFLAGS); in shadow_debug()
616 kmem_cache_free(trans_child_cache, cb); in trans_done()
628 kmem_cache_free(trans_child_cache, cb); in trans_done()
682 cb = kmem_cache_alloc(trans_child_cache, MD_ALLOCFLAGS); in md_trans_strategy()
708 kmem_cache_free(trans_child_cache, cb); in md_trans_strategy()
1247 trans_child_cache = kmem_cache_create("md_trans_child", biosize(), 0, in init_init()
1258 kmem_cache_destroy(trans_child_cache); in fini_uninit()
1259 trans_parent_cache = trans_child_cache = NULL; in fini_uninit()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_trans.h856 extern kmem_cache_t *trans_child_cache;