Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/target/
Dtarget_core_alua.h81 extern struct kmem_cache *t10_alua_tg_pt_gp_cache;
Dtarget_core_transport.c50 struct kmem_cache *t10_alua_tg_pt_gp_cache; variable
101 t10_alua_tg_pt_gp_cache = kmem_cache_create("t10_alua_tg_pt_gp_cache", in init_se_kmem_caches()
104 if (!t10_alua_tg_pt_gp_cache) { in init_se_kmem_caches()
147 kmem_cache_destroy(t10_alua_tg_pt_gp_cache); in init_se_kmem_caches()
171 kmem_cache_destroy(t10_alua_tg_pt_gp_cache); in release_se_kmem_caches()
Dtarget_core_alua.c1611 tg_pt_gp = kmem_cache_zalloc(t10_alua_tg_pt_gp_cache, GFP_KERNEL); in core_alua_allocate_tg_pt_gp()
1767 kmem_cache_free(t10_alua_tg_pt_gp_cache, tg_pt_gp); in core_alua_free_tg_pt_gp()