Searched refs:fnic_io_req_cache (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/scsi/fnic/
H A Dfnic_main.c41 static struct kmem_cache *fnic_io_req_cache; variable in typeref:struct:kmem_cache
798 fnic->io_req_pool = mempool_create_slab_pool(2, fnic_io_req_cache);
1155 fnic_io_req_cache = kmem_cache_create("fnic_io_req",
1158 if (!fnic_io_req_cache) {
1200 kmem_cache_destroy(fnic_io_req_cache);
1220 kmem_cache_destroy(fnic_io_req_cache);

Completed in 175 milliseconds