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

/drivers/s390/scsi/
H A Dzfcp_aux.c126 zfcp_fsf_qtcb_cache = zfcp_cache_hw_align("zfcp_fsf_qtcb",
128 if (!zfcp_fsf_qtcb_cache)
168 kmem_cache_destroy(zfcp_fsf_qtcb_cache);
181 kmem_cache_destroy(zfcp_fsf_qtcb_cache);
240 mempool_create_slab_pool(4, zfcp_fsf_qtcb_cache);
H A Dzfcp_ext.h103 extern struct kmem_cache *zfcp_fsf_qtcb_cache;
H A Dzfcp_fsf.c21 struct kmem_cache *zfcp_fsf_qtcb_cache; variable in typeref:struct:kmem_cache
88 kmem_cache_free(zfcp_fsf_qtcb_cache, req->qtcb);
633 qtcb = kmem_cache_alloc(zfcp_fsf_qtcb_cache, GFP_ATOMIC);

Completed in 58 milliseconds