Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.h51 typedef struct ZSTDMT_CCtx_s ZSTDMT_CCtx; typedef
53 ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers,
56 size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx);
58 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx);
62 size_t ZSTDMT_nextInputSizeHint(const ZSTDMT_CCtx* mtctx);
72 size_t ZSTDMT_initCStream_internal(ZSTDMT_CCtx* mtctx,
84 size_t ZSTDMT_compressStream_generic(ZSTDMT_CCtx* mtctx,
95 size_t ZSTDMT_toFlushNow(ZSTDMT_CCtx* mtctx);
100 void ZSTDMT_updateCParams_whileCompressing(ZSTDMT_CCtx* mtctx, const ZSTD_CCtx_params* cctxParams);
106 ZSTD_frameProgression ZSTDMT_getFrameProgression(ZSTDMT_CCtx* mtctx);
H A Dzstdmt_compress.c897 static size_t ZSTDMT_expandJobsTable (ZSTDMT_CCtx* mtctx, U32 nbWorkers) { in ZSTDMT_expandJobsTable()
918 MEM_STATIC ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced_internal(unsigned nbWorkers, ZSTD_customMem cMem… in ZSTDMT_createCCtx_advanced_internal()
920 ZSTDMT_CCtx* mtctx; in ZSTDMT_createCCtx_advanced_internal()
931 mtctx = (ZSTDMT_CCtx*) ZSTD_customCalloc(sizeof(ZSTDMT_CCtx), cMem); in ZSTDMT_createCCtx_advanced_internal()
960 ZSTDMT_CCtx* ZSTDMT_createCCtx_advanced(unsigned nbWorkers, ZSTD_customMem cMem, ZSTD_threadPool* p… in ZSTDMT_createCCtx_advanced()
975 static void ZSTDMT_releaseAllJobResources(ZSTDMT_CCtx* mtctx) in ZSTDMT_releaseAllJobResources()
997 static void ZSTDMT_waitForAllJobsCompleted(ZSTDMT_CCtx* mtctx) in ZSTDMT_waitForAllJobsCompleted()
1012 size_t ZSTDMT_freeCCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_freeCCtx()
1030 size_t ZSTDMT_sizeof_CCtx(ZSTDMT_CCtx* mtctx) in ZSTDMT_sizeof_CCtx()
1046 static size_t ZSTDMT_resize(ZSTDMT_CCtx* mtctx, unsigned nbWorkers) in ZSTDMT_resize()
[all …]
H A Dzstd_compress_internal.h422 ZSTDMT_CCtx* mtctx;
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h283 ZSTDMT_CCtx* mtctx;