Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c373 if (!cctxPool) return NULL; in ZSTDMT_createCCtxPool()
378 cctxPool->cMem = cMem; in ZSTDMT_createCCtxPool()
379 cctxPool->totalCCtx = nbWorkers; in ZSTDMT_createCCtxPool()
382 if (!cctxPool->cctx[0]) { ZSTDMT_freeCCtxPool(cctxPool); return NULL; } in ZSTDMT_createCCtxPool()
384 return cctxPool; in ZSTDMT_createCCtxPool()
421 if (cctxPool->availCCtx) { in ZSTDMT_getCCtx()
422 cctxPool->availCCtx--; in ZSTDMT_getCCtx()
423 { ZSTD_CCtx* const cctx = cctxPool->cctx[cctxPool->availCCtx]; in ZSTDMT_getCCtx()
838 ZSTDMT_CCtxPool* cctxPool; member
1052 mtctx->cctxPool = ZSTDMT_expandCCtxPool(mtctx->cctxPool, nbWorkers); in ZSTDMT_resize()
[all …]