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

/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c123 static kmem_cache_t *sp_parent_cache = NULL; variable
400 SPPS_FREE(sp_parent_cache, ps);
438 SPPS_FREE(sp_parent_cache, ps);
463 SPPS_FREE(sp_parent_cache, ps);
471 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS);
486 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS);
544 err_ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS);
906 SPPS_FREE(sp_parent_cache, ps);
996 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS);
1050 kmem_cache_free(sp_parent_cache, p
[all...]

Completed in 60 milliseconds