Home
last modified time | relevance | path

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

/titanic_41/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); in sp_finish_error()
438 SPPS_FREE(sp_parent_cache, ps); in sp_xmit_ok()
463 SPPS_FREE(sp_parent_cache, ps); in sp_xmit_error()
471 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_send_stat_ok()
486 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_send_stat_err()
544 err_ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_error()
906 SPPS_FREE(sp_parent_cache, ps); in sp_done()
996 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in md_sp_strategy()
1050 kmem_cache_free(sp_parent_cache, ps); in md_sp_strategy()
[all …]