Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dpool.h50 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
H A Dpool.c233 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function
328 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h159 #define POOL_resize zfs_POOL_resize macro
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1020 if (POOL_resize(mtctx->factory, nbWorkers)) return ERROR(memory_allocation); in ZSTDMT_resize()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6796 int POOL_resize(POOL_ctx* ctx, size_t numThreads);
7198 int POOL_resize(POOL_ctx* ctx, size_t numThreads) in POOL_resize() function
7293 int POOL_resize(POOL_ctx* ctx, size_t numThreads) { in POOL_resize() function