Searched refs:POOL_resize (Results 1 – 6 of 6) sorted by relevance
53 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
245 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function350 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
52 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
244 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function349 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
87 #define POOL_resize zfs_POOL_resize macro
1080 if (POOL_resize(mtctx->factory, nbWorkers)) return ERROR(memory_allocation); in ZSTDMT_resize()