Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c74 static kmem_cache_t *stripe_parent_cache = NULL; variable
520 SPS_FREE(stripe_parent_cache, ps); in stripe_error()
572 SPS_FREE(stripe_parent_cache, ps); in stripe_done()
750 ps = kmem_cache_alloc(stripe_parent_cache, MD_ALLOCFLAGS); in md_stripe_strategy()
815 kmem_cache_free(stripe_parent_cache, ps); in md_stripe_strategy()
1777 stripe_parent_cache = kmem_cache_create("md_stripe_parent", in init_init()
1790 kmem_cache_destroy(stripe_parent_cache); in fini_uninit()
1792 stripe_parent_cache = stripe_child_cache = NULL; in fini_uninit()