Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c1390 … unsigned long long newlyProduced = zfp.produced - previous_zfp_update.produced; in FIO_compressZstdFrame() local
1408 …if ( (newlyProduced > (newlyFlushed * 9 / 8)) /* compression produces more data than output can … in FIO_compressZstdFrame()
1411 …flushed was never slowed down by lack of production => slow down \n", newlyProduced, newlyFlushed); in FIO_compressZstdFrame()
1429 … unsigned long long newlyProduced = zfp.produced - previous_zfp_correction.produced; in FIO_compressZstdFrame() local
1436 (unsigned)newlyFlushed, (unsigned)newlyProduced); in FIO_compressZstdFrame()
1438 … && (newlyFlushed * 33 / 32 > newlyProduced) /* flush everything that is produced */ in FIO_compressZstdFrame()
1442 … newlyIngested, newlyConsumed, newlyProduced, newlyFlushed); in FIO_compressZstdFrame()