Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_pr.h57 extern struct kmem_cache *t10_pr_reg_cache;
Dtarget_core_pr.c635 pr_reg = kmem_cache_zalloc(t10_pr_reg_cache, GFP_ATOMIC); in __core_scsi3_do_alloc_registration()
665 kmem_cache_free(t10_pr_reg_cache, pr_reg); in __core_scsi3_do_alloc_registration()
824 kmem_cache_free(t10_pr_reg_cache, pr_reg_tmp); in __core_scsi3_alloc_registration()
826 kmem_cache_free(t10_pr_reg_cache, pr_reg); in __core_scsi3_alloc_registration()
850 pr_reg = kmem_cache_zalloc(t10_pr_reg_cache, GFP_KERNEL); in core_scsi3_alloc_aptpl_registration()
1358 kmem_cache_free(t10_pr_reg_cache, pr_reg); in __core_scsi3_free_registration()
1432 kmem_cache_free(t10_pr_reg_cache, pr_reg); in core_scsi3_free_all_registrations()
1857 kmem_cache_free(t10_pr_reg_cache, pr_reg_tmp); in core_scsi3_decode_spec_i_port()
1860 kmem_cache_free(t10_pr_reg_cache, dest_pr_reg); in core_scsi3_decode_spec_i_port()
2829 kmem_cache_free(t10_pr_reg_cache, pr_reg); in core_scsi3_release_preempt_and_abort()
Dtarget_core_transport.c59 struct kmem_cache *t10_pr_reg_cache; variable
89 t10_pr_reg_cache = kmem_cache_create("t10_pr_reg_cache", in init_se_kmem_caches()
92 if (!t10_pr_reg_cache) { in init_se_kmem_caches()
158 kmem_cache_destroy(t10_pr_reg_cache); in init_se_kmem_caches()
172 kmem_cache_destroy(t10_pr_reg_cache); in release_se_kmem_caches()