Searched refs:zfcp_fc_req_cache (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/s390/scsi/ | 
| D | zfcp_aux.c | 132 	zfcp_fc_req_cache = zfcp_cache_hw_align("zfcp_fc_req",  in zfcp_module_init() 134 	if (!zfcp_fc_req_cache)  in zfcp_module_init() 158 	kmem_cache_destroy(zfcp_fc_req_cache);  in zfcp_module_init() 171 	kmem_cache_destroy(zfcp_fc_req_cache);  in zfcp_module_exit() 242 		mempool_create_slab_pool(1, zfcp_fc_req_cache);  in zfcp_allocate_low_mem_buffers()
  | 
| D | zfcp_fc.c | 21 struct kmem_cache *zfcp_fc_req_cache;  variable 513 	kmem_cache_free(zfcp_fc_req_cache, fc_req);  in zfcp_fc_adisc_handler() 523 	fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_ATOMIC);  in zfcp_fc_adisc() 548 		kmem_cache_free(zfcp_fc_req_cache, fc_req);  in zfcp_fc_adisc() 600 	fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_KERNEL);  in zfcp_alloc_sg_env() 605 		kmem_cache_free(zfcp_fc_req_cache, fc_req);  in zfcp_alloc_sg_env() 762 	kmem_cache_free(zfcp_fc_req_cache, fc_req);  in zfcp_fc_scan_ports() 865 	fc_req = kmem_cache_zalloc(zfcp_fc_req_cache, GFP_KERNEL);  in zfcp_fc_sym_name_update() 883 	kmem_cache_free(zfcp_fc_req_cache, fc_req);  in zfcp_fc_sym_name_update()
  | 
| D | zfcp_ext.h | 71 extern struct kmem_cache *zfcp_fc_req_cache;
  |