Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c358 int totalCCtx; member
371 for (cid=0; cid<pool->totalCCtx; cid++) in ZSTDMT_freeCCtxPool()
391 cctxPool->totalCCtx = nbWorkers; in ZSTDMT_createCCtxPool()
409 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
421 { unsigned const nbWorkers = cctxPool->totalCCtx; in ZSTDMT_sizeof_CCtxPool()
423 size_t const arraySize = cctxPool->totalCCtx * sizeof(ZSTD_CCtx*); in ZSTDMT_sizeof_CCtxPool()
454 if (pool->availCCtx < pool->totalCCtx) in ZSTDMT_releaseCCtx()
1256 (U32)pledgedSrcSize, params.nbWorkers, mtctx->cctxPool->totalCCtx); in ZSTDMT_initCStream_internal()