Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c843 …int jobReady; /* 1 => one job is already prepared, but pool has shortage of workers. Don't … member
1091 unsigned lastJobNb = mtctx->nextJobID + mtctx->jobReady; assert(mtctx->jobReady <= 1); in ZSTDMT_getFrameProgression()
1093 mtctx->doneJobID, lastJobNb, mtctx->jobReady) in ZSTDMT_getFrameProgression()
1362 if (!mtctx->jobReady) { in ZSTDMT_createCompressionJob()
1421 mtctx->jobReady = 0; in ZSTDMT_createCompressionJob()
1424 mtctx->jobReady = 1; in ZSTDMT_createCompressionJob()
1515 if (mtctx->jobReady) return 1; /* one job is ready to push, just not yet in the list */ in ZSTDMT_flushProduced()
1806 if ( (!mtctx->jobReady) in ZSTDMT_compressStream_generic()
1844 if ( (mtctx->jobReady) in ZSTDMT_compressStream_generic()