Searched refs:newlyProduced (Results 1 – 1 of 1) sorted by relevance
1467 … unsigned long long newlyProduced = zfp.produced - previous_zfp_update.produced; in FIO_compressZstdFrame() local1485 …if ( (newlyProduced > (newlyFlushed * 9 / 8)) /* compression produces more data than output can … in FIO_compressZstdFrame()1488 …flushed was never slowed down by lack of production => slow down \n", newlyProduced, newlyFlushed); in FIO_compressZstdFrame()1506 … unsigned long long newlyProduced = zfp.produced - previous_zfp_correction.produced; in FIO_compressZstdFrame() local1513 (unsigned)newlyFlushed, (unsigned)newlyProduced); in FIO_compressZstdFrame()1515 … && (newlyFlushed * 33 / 32 > newlyProduced) /* flush everything that is produced */ in FIO_compressZstdFrame()1519 … newlyIngested, newlyConsumed, newlyProduced, newlyFlushed); in FIO_compressZstdFrame()