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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_aux.c137 zfcp_data.qtcb_cache = zfcp_cache_hw_align("zfcp_qtcb",
139 if (!zfcp_data.qtcb_cache)
190 kmem_cache_destroy(zfcp_data.qtcb_cache);
207 kmem_cache_destroy(zfcp_data.qtcb_cache);
377 mempool_create_slab_pool(4, zfcp_data.qtcb_cache);
H A Dzfcp_def.h279 struct kmem_cache *qtcb_cache; member in struct:zfcp_data
H A Dzfcp_fsf.c125 kmem_cache_free(zfcp_data.qtcb_cache, req->qtcb);
677 qtcb = kmem_cache_alloc(zfcp_data.qtcb_cache, GFP_ATOMIC);

Completed in 42 milliseconds