Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_alua.h81 extern struct kmem_cache *t10_alua_tg_pt_gp_cache;
H A Dtarget_core_transport.c49 struct kmem_cache *t10_alua_tg_pt_gp_cache; variable
100 t10_alua_tg_pt_gp_cache = kmem_cache_create("t10_alua_tg_pt_gp_cache", in init_se_kmem_caches()
103 if (!t10_alua_tg_pt_gp_cache) { in init_se_kmem_caches()
139 kmem_cache_destroy(t10_alua_tg_pt_gp_cache); in init_se_kmem_caches()
162 kmem_cache_destroy(t10_alua_tg_pt_gp_cache); in release_se_kmem_caches()
H A Dtarget_core_alua.c1637 tg_pt_gp = kmem_cache_zalloc(t10_alua_tg_pt_gp_cache, GFP_KERNEL); in core_alua_allocate_tg_pt_gp()
1792 kmem_cache_free(t10_alua_tg_pt_gp_cache, tg_pt_gp); in core_alua_free_tg_pt_gp()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_alua.h81 extern struct kmem_cache *t10_alua_tg_pt_gp_cache;
H A 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()
H A 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()

Completed in 14 milliseconds