Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/scsi/
Dzfcp_aux.c130 zfcp_fsf_qtcb_cache = zfcp_cache_hw_align("zfcp_fsf_qtcb", in zfcp_module_init()
132 if (!zfcp_fsf_qtcb_cache) in zfcp_module_init()
163 kmem_cache_destroy(zfcp_fsf_qtcb_cache); in zfcp_module_init()
175 kmem_cache_destroy(zfcp_fsf_qtcb_cache); in zfcp_module_exit()
234 mempool_create_slab_pool(4, zfcp_fsf_qtcb_cache); in zfcp_allocate_low_mem_buffers()
Dzfcp_ext.h111 extern struct kmem_cache *zfcp_fsf_qtcb_cache;
Dzfcp_fsf.c28 struct kmem_cache *zfcp_fsf_qtcb_cache; variable
100 kmem_cache_free(zfcp_fsf_qtcb_cache, req->qtcb); in zfcp_fsf_req_free()
697 qtcb = kmem_cache_alloc(zfcp_fsf_qtcb_cache, GFP_ATOMIC); in zfcp_fsf_qtcb_alloc()