Searched refs:sp_child_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c124 static kmem_cache_t *sp_child_cache = NULL; variable
885 kmem_cache_free(sp_child_cache, cs);
890 kmem_cache_free(sp_child_cache, cs);
1038 cs = kmem_cache_alloc(sp_child_cache, MD_ALLOCFLAGS);
1176 cs = kmem_cache_alloc(sp_child_cache, MD_ALLOCFLAGS);
1185 kmem_cache_free(sp_child_cache, cs);
1221 kmem_cache_free(sp_child_cache, cs);
1845 sp_child_cache = kmem_cache_create("md_softpart_child",
1855 kmem_cache_destroy(sp_child_cache);
1856 sp_parent_cache = sp_child_cache
[all...]

Completed in 57 milliseconds