Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/zstd/lib/common/
HDpool.h50 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
HDpool.c235 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function
333 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
/freebsd-head/sys/contrib/openzfs/module/zstd/lib/common/
HDpool.h51 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
HDpool.c228 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function
323 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
/freebsd-head/sys/contrib/openzfs/module/zstd/include/
HDzstd_compat_wrapper.h86 #define POOL_resize zfs_POOL_resize macro
/freebsd-head/sys/contrib/zstd/lib/compress/
HDzstdmt_compress.c1048 if (POOL_resize(mtctx->factory, nbWorkers)) return ERROR(memory_allocation); in ZSTDMT_resize()