Searched defs:raid_child_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c148 kmem_cache_t *raid_child_cache = NULL; variable
1272 kmem_cache_free(raid_child_cache, cs);
3580 cs = kmem_cache_alloc(raid_child_cache, MD_ALLOCFLAGS);
4414 raid_child_cache = kmem_cache_create("md_raid_child",
4427 kmem_cache_destroy(raid_child_cache);
4429 raid_parent_cache = raid_child_cache = raid_cbuf_cache = NULL;

Completed in 51 milliseconds