Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c341 int totalCCtx; member
351 for (cid=0; cid<pool->totalCCtx; cid++) in ZSTDMT_freeCCtxPool()
371 cctxPool->totalCCtx = nbWorkers; in ZSTDMT_createCCtxPool()
383 if (nbWorkers <= srcPool->totalCCtx) return srcPool; /* good enough */ in ZSTDMT_expandCCtxPool()
395 { unsigned const nbWorkers = cctxPool->totalCCtx; in ZSTDMT_sizeof_CCtxPool()
428 if (pool->availCCtx < pool->totalCCtx) in ZSTDMT_releaseCCtx()
1196 (U32)pledgedSrcSize, params.nbWorkers, mtctx->cctxPool->totalCCtx); in ZSTDMT_initCStream_internal()