Lines Matching refs:pool
75 struct spdk_iobuf_pool_cache *pool;
84 pool = &cache->large;
87 pool = &cache->small;
91 if (pool->cache_count > 0) {
94 pool->cache_count--;
118 struct spdk_iobuf_pool_cache *pool;
124 pool = &cache->large;
127 pool = &cache->small;
138 if (pool->cache_count < pool->cache_size) {
139 pool->cache_count++;