Home
last modified time | relevance | path

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

/linux/drivers/s390/scsi/
H A Dzfcp_aux.c136 zfcp_fc_req_cache = zfcp_cache_hw_align("zfcp_fc_req", in zfcp_module_init()
138 if (!zfcp_fc_req_cache) in zfcp_module_init()
162 kmem_cache_destroy(zfcp_fc_req_cache); in zfcp_module_init()
175 kmem_cache_destroy(zfcp_fc_req_cache); in zfcp_module_exit()
246 mempool_create_slab_pool(1, zfcp_fc_req_cache); in zfcp_allocate_low_mem_buffers()
H A Dzfcp_fc.c22 struct kmem_cache *zfcp_fc_req_cache; variable
545 kmem_cache_free(zfcp_fc_req_cache, fc_req); in zfcp_fc_adisc_handler()
556 fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_ATOMIC); in zfcp_fc_adisc()
589 kmem_cache_free(zfcp_fc_req_cache, fc_req); in zfcp_fc_adisc()
681 fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_KERNEL); in zfcp_fc_alloc_sg_env()
686 kmem_cache_free(zfcp_fc_req_cache, fc_req); in zfcp_fc_alloc_sg_env()
844 kmem_cache_free(zfcp_fc_req_cache, fc_req); in zfcp_fc_scan_ports()
958 fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_KERNEL); in zfcp_fc_sym_name_update()
976 kmem_cache_free(zfcp_fc_req_cache, fc_req); in zfcp_fc_sym_name_update()
H A Dzfcp_ext.h93 extern struct kmem_cache *zfcp_fc_req_cache;