Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/programs/
H A Dfileio.c1220 IOJob_t *writeJob = NULL; in FIO_compressGzFrame() local
1236 writeJob = AIO_WritePool_acquireJob(ress->writeCtx); in FIO_compressGzFrame()
1239 strm.next_out = (Bytef*)writeJob->buffer; in FIO_compressGzFrame()
1240 strm.avail_out = (uInt)writeJob->bufferSize; in FIO_compressGzFrame()
1260 { size_t const cSize = writeJob->bufferSize - strm.avail_out; in FIO_compressGzFrame()
1262 writeJob->usedBufferSize = cSize; in FIO_compressGzFrame()
1263 AIO_WritePool_enqueueAndReacquireWriteJob(&writeJob); in FIO_compressGzFrame()
1265 strm.next_out = (Bytef*)writeJob->buffer; in FIO_compressGzFrame()
1266 strm.avail_out = (uInt)writeJob->bufferSize; in FIO_compressGzFrame()
1282 { size_t const cSize = writeJob->bufferSize - strm.avail_out; in FIO_compressGzFrame()
[all …]