Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/programs/
H A Dfileio_asyncio.h176 size_t AIO_ReadPool_fillBuffer(ReadPoolCtx_t *ctx, size_t n);
H A Dfileio.c1245 AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_CStreamInSize()); in FIO_compressGzFrame()
1343 size_t const inSize = AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_CStreamInSize()); in FIO_compressLzmaFrame()
1440 inFileSize += AIO_ReadPool_fillBuffer(ress->readCtx, blockSize); in FIO_compressLz4Frame()
1467 inFileSize += AIO_ReadPool_fillBuffer(ress->readCtx, blockSize); in FIO_compressLz4Frame()
1550 size_t const inSize = AIO_ReadPool_fillBuffer(ress.readCtx, ZSTD_CStreamInSize()); in FIO_compressZstdFrame()
2379 AIO_ReadPool_fillBuffer(ress->readCtx, blockSize); in FIO_passThrough()
2389 AIO_ReadPool_fillBuffer(ress->readCtx, blockSize); in FIO_passThrough()
2454 AIO_ReadPool_fillBuffer(ress->readCtx, ZSTD_FRAMEHEADERSIZE_MAX); in FIO_decompressZstdFrame()
2490 size_t const readSize = AIO_ReadPool_fillBuffer(ress->readCtx, toDecode); in FIO_decompressZstdFrame()
2669 AIO_ReadPool_fillBuffer(ress->readCtx, nextToLoad); in FIO_decompressLz4Frame()
[all …]
H A Dfileio_asyncio.c603 size_t AIO_ReadPool_fillBuffer(ReadPoolCtx_t* ctx, size_t n) { in AIO_ReadPool_fillBuffer() function
641 return AIO_ReadPool_fillBuffer(ctx, ctx->base.jobBufferSize); in AIO_ReadPool_consumeAndRefill()