Lines Matching defs:iobuf
54 struct iobuf {
67 static struct iobuf g_iobuf = {
130 SPDK_ERRLOG("Failed to create small iobuf pool\n");
138 SPDK_ERRLOG("Unable to allocate requested small iobuf pool size\n");
146 SPDK_ERRLOG("Failed to create large iobuf pool\n");
154 SPDK_ERRLOG("Unable to allocate requested large iobuf pool size\n");
190 SPDK_ERRLOG("small iobuf pool count is %zu, expected %"PRIu64"\n",
195 SPDK_ERRLOG("large iobuf pool count is %zu, expected %"PRIu64"\n",
231 sizeof(struct iobuf_channel), "iobuf");
415 SPDK_ERRLOG("Failed to populate '%s' iobuf small buffer cache at %d/%d entries. "
418 SPDK_ERRLOG("See scripts/calc-iobuf.py for guidance on how to calculate "
427 SPDK_ERRLOG("Failed to populate '%s' iobuf large buffer cache at %d/%d entries. "
430 SPDK_ERRLOG("See scripts/calc-iobuf.py for guidance on how to calculate "
459 SPDK_ERRLOG("Couldn't find iobuf module: '%s'\n", name);
465 SPDK_ERRLOG("Couldn't get iobuf IO channel\n");
479 SPDK_ERRLOG("Max number of iobuf channels (%" PRIu32 ") exceeded.\n", i);