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);
252 mempool_free(virt_to_page(sr_buf), adapter->pool.sr_data);
305 mempool_free(virt_to_page(sr_buf), adapter->pool.sr_data);
784 static struct zfcp_fsf_req *zfcp_fsf_alloc(mempool_t *pool)
788 if (likely(pool))
789 req = mempool_alloc(pool, GFP_ATOMIC);
797 req->pool = pool;
801 static struct fsf_qtcb *zfcp_fsf_qtcb_alloc(mempool_t *pool)
805 if (likely(pool))
806 qtcb = mempool_alloc(pool, GFP_ATOMIC);
819 mempool_t *pool)
822 struct zfcp_fsf_req *req = zfcp_fsf_alloc(pool);
838 if (likely(pool))
840 adapter->pool.qtcb_pool);
922 adapter->pool.status_read_req);
928 page = mempool_alloc(adapter->pool.sr_data, GFP_ATOMIC);
949 mempool_free(virt_to_page(sr_buf), adapter->pool.sr_data);
1034 qdio->adapter->pool.scsi_abort);
1201 * @pool: if non-null this mempool is used to allocate struct zfcp_fsf_req
1205 struct zfcp_fsf_ct_els *ct, mempool_t *pool,
1217 SBAL_SFLAGS0_TYPE_WRITE_READ, pool);
1363 qdio->adapter->pool.erp_req);
1480 qdio->adapter->pool.erp_req);
1771 qdio->adapter->pool.erp_req);
1838 qdio->adapter->pool.erp_req);
1913 qdio->adapter->pool.erp_req);
1972 qdio->adapter->pool.erp_req);
2065 qdio->adapter->pool.erp_req);
2185 adapter->pool.erp_req);
2277 qdio->adapter->pool.erp_req);
2565 sbtype, adapter->pool.scsi_req);
2672 qdio->adapter->pool.scsi_req);