Searched refs:POOL_resize (Results 1 – 6 of 6) sorted by relevance
50 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
235 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function333 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
51 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
228 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function323 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
86 #define POOL_resize zfs_POOL_resize macro
1048 if (POOL_resize(mtctx->factory, nbWorkers)) return ERROR(memory_allocation); in ZSTDMT_resize()