Lines Matching refs:pool
94 if (likely(req->pool)) {
96 mempool_free(req->qtcb, req->adapter->pool.qtcb_pool);
97 mempool_free(req, req->pool);
265 mempool_free(virt_to_page(sr_buf), adapter->pool.sr_data);
324 mempool_free(virt_to_page(sr_buf), adapter->pool.sr_data);
803 static struct zfcp_fsf_req *zfcp_fsf_alloc(mempool_t *pool)
807 if (likely(pool))
808 req = mempool_alloc(pool, GFP_ATOMIC);
816 req->pool = pool;
820 static struct fsf_qtcb *zfcp_fsf_qtcb_alloc(mempool_t *pool)
824 if (likely(pool))
825 qtcb = mempool_alloc(pool, GFP_ATOMIC);
838 mempool_t *pool)
841 struct zfcp_fsf_req *req = zfcp_fsf_alloc(pool);
856 if (likely(pool))
858 adapter->pool.qtcb_pool);
943 adapter->pool.status_read_req);
949 page = mempool_alloc(adapter->pool.sr_data, GFP_ATOMIC);
970 mempool_free(virt_to_page(sr_buf), adapter->pool.sr_data);
1055 qdio->adapter->pool.scsi_abort);
1222 * @pool: if non-null this mempool is used to allocate struct zfcp_fsf_req
1226 struct zfcp_fsf_ct_els *ct, mempool_t *pool,
1238 SBAL_SFLAGS0_TYPE_WRITE_READ, pool);
1384 qdio->adapter->pool.erp_req);
1501 qdio->adapter->pool.erp_req);
1792 qdio->adapter->pool.erp_req);
1859 qdio->adapter->pool.erp_req);
1934 qdio->adapter->pool.erp_req);
1993 qdio->adapter->pool.erp_req);
2086 qdio->adapter->pool.erp_req);
2206 adapter->pool.erp_req);
2298 qdio->adapter->pool.erp_req);
2586 sbtype, adapter->pool.scsi_req);
2694 qdio->adapter->pool.scsi_req);