Lines Matching defs:pool
364 mempool_t *pool;
563 pool = mempool_create_slab_pool(2,
565 if (!pool) {
566 SNIC_HOST_ERR(shost, "dflt sgl pool creation failed\n");
572 snic->req_pool[SNIC_REQ_CACHE_DFLT_SGL] = pool;
574 pool = mempool_create_slab_pool(2,
576 if (!pool) {
577 SNIC_HOST_ERR(shost, "max sgl pool creation failed\n");
583 snic->req_pool[SNIC_REQ_CACHE_MAX_SGL] = pool;
585 pool = mempool_create_slab_pool(2,
587 if (!pool) {
588 SNIC_HOST_ERR(shost, "snic tmreq info pool creation failed.\n");
594 snic->req_pool[SNIC_REQ_TM_CACHE] = pool;