Data Fields | |
struct spdk_ring * | pool |
Buffer pool. | |
spdk_iobuf_buffer_stailq_t | cache |
Buffer cache. | |
uint32_t | cache_count |
Number of elements in the cache. | |
uint32_t | cache_size |
Size of the cache. | |
spdk_iobuf_entry_stailq_t * | queue |
Buffer wait queue. | |
uint32_t | bufsize |
Buffer size. | |
struct spdk_iobuf_pool_stats | stats |
Pool usage statistics. | |