Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_pr.h57 extern struct kmem_cache *t10_pr_reg_cache;
H A Dtarget_core_pr.c627 pr_reg = kmem_cache_zalloc(t10_pr_reg_cache, GFP_ATOMIC); in __core_scsi3_do_alloc_registration()
657 kmem_cache_free(t10_pr_reg_cache, pr_reg); in __core_scsi3_do_alloc_registration()
816 kmem_cache_free(t10_pr_reg_cache, pr_reg_tmp); in __core_scsi3_alloc_registration()
818 kmem_cache_free(t10_pr_reg_cache, pr_reg); in __core_scsi3_alloc_registration()
842 pr_reg = kmem_cache_zalloc(t10_pr_reg_cache, GFP_KERNEL); in core_scsi3_alloc_aptpl_registration()
1338 kmem_cache_free(t10_pr_reg_cache, pr_reg);
1412 kmem_cache_free(t10_pr_reg_cache, pr_reg); in core_scsi3_free_all_registrations()
1527 kmem_cache_free(t10_pr_reg_cache, local_pr_reg); in core_scsi3_decode_spec_i_port()
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_re in core_scsi3_decode_spec_i_port()
[all...]
H A Dtarget_core_transport.c46 struct kmem_cache *t10_pr_reg_cache; variable
76 t10_pr_reg_cache = kmem_cache_create("t10_pr_reg_cache", in init_se_kmem_caches()
79 if (!t10_pr_reg_cache) { in init_se_kmem_caches()
145 kmem_cache_destroy(t10_pr_reg_cache); in init_se_kmem_caches()
159 kmem_cache_destroy(t10_pr_reg_cache); in release_se_kmem_caches()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_pr.h57 extern struct kmem_cache *t10_pr_reg_cache;
H A Dtarget_core_pr.c628 pr_reg = kmem_cache_zalloc(t10_pr_reg_cache, GFP_ATOMIC); in __core_scsi3_do_alloc_registration()
658 kmem_cache_free(t10_pr_reg_cache, pr_reg); in __core_scsi3_do_alloc_registration()
815 kmem_cache_free(t10_pr_reg_cache, pr_reg_tmp); in __core_scsi3_alloc_registration()
817 kmem_cache_free(t10_pr_reg_cache, pr_reg); in __core_scsi3_alloc_registration()
841 pr_reg = kmem_cache_zalloc(t10_pr_reg_cache, GFP_KERNEL); in core_scsi3_alloc_aptpl_registration()
1332 kmem_cache_free(t10_pr_reg_cache, pr_reg);
1406 kmem_cache_free(t10_pr_reg_cache, pr_reg); in core_scsi3_free_all_registrations()
1513 kmem_cache_free(t10_pr_reg_cache, local_pr_reg); in core_scsi3_decode_spec_i_port()
1840 kmem_cache_free(t10_pr_reg_cache, pr_reg_tmp); in core_scsi3_decode_spec_i_port()
1843 kmem_cache_free(t10_pr_reg_cache, dest_pr_re in core_scsi3_decode_spec_i_port()
[all...]
H A Dtarget_core_transport.c47 struct kmem_cache *t10_pr_reg_cache; variable
77 t10_pr_reg_cache = kmem_cache_create("t10_pr_reg_cache", in init_se_kmem_caches()
80 if (!t10_pr_reg_cache) { in init_se_kmem_caches()
153 kmem_cache_destroy(t10_pr_reg_cache); in init_se_kmem_caches()
168 kmem_cache_destroy(t10_pr_reg_cache); in release_se_kmem_caches()

Completed in 14 milliseconds