Home
last modified time | relevance | path

Searched defs:seqPool (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c255 static size_t ZSTDMT_sizeof_seqPool(ZSTDMT_seqPool* seqPool) in ZSTDMT_sizeof_seqPool()
276 static rawSeqStore_t ZSTDMT_getSeq(ZSTDMT_seqPool* seqPool) in ZSTDMT_getSeq()
285 static rawSeqStore_t ZSTDMT_resizeSeq(ZSTDMT_seqPool* seqPool, rawSeqStore_t seq) in ZSTDMT_resizeSeq()
291 static void ZSTDMT_releaseSeq(ZSTDMT_seqPool* seqPool, rawSeqStore_t seq) in ZSTDMT_releaseSeq()
296 static void ZSTDMT_setNbSeq(ZSTDMT_seqPool* const seqPool, size_t const nbSeq) in ZSTDMT_setNbSeq()
303 ZSTDMT_seqPool* seqPool = ZSTDMT_createBufferPool(nbWorkers, cMem); in ZSTDMT_createSeqPool() local
308 static void ZSTDMT_freeSeqPool(ZSTDMT_seqPool* seqPool) in ZSTDMT_freeSeqPool()
428 static int ZSTDMT_serialState_reset(serialState_t* serialState, ZSTDMT_seqPool* seqPool, ZSTD_CCtx_… in ZSTDMT_serialState_reset()
581 ZSTDMT_seqPool* seqPool; /* Thread-safe - used by mtctx and (all) workers */ member
744 ZSTDMT_seqPool* seqPool; member