Lines Matching refs:pool
129 pool = PoolConfig(small=small * cpucnt, large=large * cpucnt)
130 pool.add(self.get('accel').calc(config, mask))
131 return pool
157 pool = PoolConfig()
159 return pool
162 pool.add(self.get('bdev').calc(config, mask))
177 pool.add(PoolConfig(small=buf_cache_size * cpucnt, large=large * cpucnt))
178 return pool
208 pool = PoolConfig()
210 return pool
212 pool.add(self.get('bdev').calc(config, mask))
226 pool = PoolConfig()
231 pool.add(subsystem.calc(config, mask))
232 return pool
275 pool = parse_config(config, args.core_mask)
282 opts['params']['small_pool_count'] = pool.small
283 opts['params']['large_pool_count'] = pool.large