Searched refs:POOL_resize (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dpool.h41 /*! POOL_resize() :
50 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
H A Dpool.c227 int POOL_resize(POOL_ctx* ctx, size_t numThreads) function
322 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { function
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dpool.h41 /*! POOL_resize() :
50 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
H A Dpool.c235 int POOL_resize(POOL_ctx* ctx, size_t numThreads) function
333 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { function
/freebsd-current/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h85 #define POOL_resize zfs_POOL_resize macro
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1048 if (POOL_resize(mtctx->factory, nbWorkers)) return ERROR(memory_allocation);

Completed in 143 milliseconds