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

/drivers/target/
H A Dtarget_core_alua.h87 extern struct kmem_cache *t10_alua_tg_pt_gp_cache;
H A Dtarget_core_transport.c63 struct kmem_cache *t10_alua_tg_pt_gp_cache; variable in typeref:struct:kmem_cache
115 t10_alua_tg_pt_gp_cache = kmem_cache_create("t10_alua_tg_pt_gp_cache",
118 if (!t10_alua_tg_pt_gp_cache) {
166 kmem_cache_destroy(t10_alua_tg_pt_gp_cache);
189 kmem_cache_destroy(t10_alua_tg_pt_gp_cache);
H A Dtarget_core_alua.c1697 tg_pt_gp = kmem_cache_zalloc(t10_alua_tg_pt_gp_cache, GFP_KERNEL);
1767 kmem_cache_free(t10_alua_tg_pt_gp_cache, tg_pt_gp);
1882 kmem_cache_free(t10_alua_tg_pt_gp_cache, tg_pt_gp);

Completed in 587 milliseconds