Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h1825 unsigned nbActiveWorkers; /* MT only : nb of workers actively compressing at probe time */ member
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h2307 unsigned nbActiveWorkers; /* MT only : nb of workers actively compressing at probe time */ member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1089 fps.nbActiveWorkers = 0; in ZSTDMT_getFrameProgression()
1106 fps.nbActiveWorkers += (jobPtr->consumed < jobPtr->src.size); in ZSTDMT_getFrameProgression()
H A Dzstd_compress.c1635 fp.nbActiveWorkers = 0; in ZSTD_getFrameProgression()
/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c1477 … && (zfp.nbActiveWorkers == 0) /* confirmed : no compression ongoing */ in FIO_compressZstdFrame()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c1251 fp.nbActiveWorkers = 0; in ZSTD_getFrameProgression()