Lines Matching refs:pool
52 /* create PDU pool */
59 SPDK_ERRLOG("Cannot create PDU pool: already exists\n");
63 SPDK_ERRLOG("create PDU pool failed\n");
74 SPDK_ERRLOG("create PDU immediate data pool failed\n");
84 SPDK_ERRLOG("create PDU data out pool failed\n");
92 iscsi_sess_ctor(struct spdk_mempool *pool, void *arg, void *session_buf,
111 /* create scsi_task pool */
117 SPDK_ERRLOG("create task pool failed\n");
136 SPDK_ERRLOG("create session pool failed\n");
162 iscsi_check_pool(struct spdk_mempool *pool, size_t count)
164 if (pool && spdk_mempool_count(pool) != count) {
166 spdk_mempool_get_name(pool), spdk_mempool_count(pool), count);