Searched refs:total_out (Results 1 - 25 of 26) sorted by path

12

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_zlib.c65 c_hdr->compress_size = compress_stream.total_out;
67 pout_buff->offset += compress_stream.total_out;
/linux-master/fs/cramfs/
H A Duncompress.c51 return stream.total_out;
/linux-master/fs/jffs2/
H A Dcompr_zlib.c93 def_strm.total_out = 0;
95 while (def_strm.total_out < *dstlen - STREAM_END_SPACE && def_strm.total_in < *sourcelen) {
96 def_strm.avail_out = *dstlen - (def_strm.total_out + STREAM_END_SPACE);
102 jffs2_dbg(1, "deflate returned with avail_in %ld, avail_out %ld, total_in %ld, total_out %ld\n",
104 def_strm.total_in, def_strm.total_out);
123 if (def_strm.total_out >= def_strm.total_in) {
125 def_strm.total_in, def_strm.total_out);
131 def_strm.total_in, def_strm.total_out);
133 *dstlen = def_strm.total_out;
156 inf_strm.total_out
[all...]
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c334 stream.total_out = 0;
344 if (stream.total_out >= stream.total_in)
347 ret = stream.total_out;
/linux-master/crypto/
H A Ddeflate.c183 *dlen = stream->total_out;
239 *dlen = stream->total_out;
/linux-master/drivers/crypto/starfive/
H A Djh7110-aes.c580 cryp->total_out = req->cryptlen;
660 cryp->total_out = req->cryptlen;
663 cryp->total_out = cryp->total_in;
H A Djh7110-cryp.h194 size_t total_out; member in struct:starfive_cryp_dev
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c330 if (0 && zstream->total_out > zstream->total_in)
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1042 return p_hwfn->stream->total_out / 4;
/linux-master/fs/bcachefs/
H A Dcompress.c348 return strm.total_out;
/linux-master/fs/
H A Dbinfmt_flat.c263 strm.total_out = 0;
/linux-master/fs/btrfs/
H A Dcompression.c95 unsigned long *total_in, unsigned long *total_out)
100 out_folios, total_in, total_out);
103 out_folios, total_in, total_out);
106 out_folios, total_in, total_out);
1019 * @total_out is an in/out parameter, must be set to the input length and will
1024 unsigned long *total_in, unsigned long *total_out)
1034 out_folios, total_in, total_out);
92 compression_compress_pages(int type, struct list_head *ws, struct address_space *mapping, u64 start, struct folio **folios, unsigned long *out_folios, unsigned long *total_in, unsigned long *total_out) argument
1022 btrfs_compress_folios(unsigned int type_level, struct address_space *mapping, u64 start, struct folio **folios, unsigned long *out_folios, unsigned long *total_in, unsigned long *total_out) argument
H A Dcompression.h90 unsigned long *total_in, unsigned long *total_out);
154 unsigned long *total_in, unsigned long *total_out);
165 unsigned long *total_in, unsigned long *total_out);
175 unsigned long *total_in, unsigned long *total_out);
H A Dlzo.c214 unsigned long *total_in, unsigned long *total_out)
226 u32 len = *total_out;
230 *total_out = 0;
297 *total_out = cur_out;
212 lzo_compress_folios(struct list_head *ws, struct address_space *mapping, u64 start, struct folio **folios, unsigned long *out_folios, unsigned long *total_in, unsigned long *total_out) argument
H A Dzlib.c96 unsigned long *total_in, unsigned long *total_out)
107 unsigned long len = *total_out;
112 *total_out = 0;
122 workspace->strm.total_out = 0;
196 workspace->strm.total_out) {
223 if (workspace->strm.total_out > max_out)
259 if (workspace->strm.total_out >= workspace->strm.total_in) {
265 *total_out = workspace->strm.total_out;
283 size_t total_out local
94 zlib_compress_folios(struct list_head *ws, struct address_space *mapping, u64 start, struct folio **folios, unsigned long *out_folios, unsigned long *total_in, unsigned long *total_out) argument
[all...]
H A Dzstd.c379 unsigned long *total_in, unsigned long *total_out)
389 unsigned long len = *total_out;
396 *total_out = 0;
540 *total_out = tot_out;
560 unsigned long total_out = 0; local
589 buf_start = total_out;
590 total_out += workspace->out_buf.pos;
594 total_out - buf_start, cb, buf_start);
377 zstd_compress_folios(struct list_head *ws, struct address_space *mapping, u64 start, struct folio **folios, unsigned long *out_folios, unsigned long *total_in, unsigned long *total_out) argument
/linux-master/fs/isofs/
H A Dcompress.c50 z_stream stream = { .total_out = 0,
199 return stream.total_out;
/linux-master/fs/pstore/
H A Dplatform.c201 return zstream.total_out;
630 unzipped_len = zstream->total_out;
/linux-master/fs/squashfs/
H A Dzlib_wrapper.c125 return error ? error : stream->total_out;
H A Dzstd_wrapper.c67 size_t total_out = 0; local
125 total_out -= out_buf.pos;
127 total_out += out_buf.pos; /* add the additional data produced */
143 return error ? error : total_out;
/linux-master/include/linux/
H A Dzlib.h91 uLong total_out; /* total nb of bytes output so far */ member in struct:z_stream_s
130 The fields total_in and total_out can be used for statistics or
414 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
/linux-master/lib/zlib_deflate/
H A Ddeflate.c291 strm->total_in = strm->total_out = 0;
H A Ddefutil.h436 strm->total_out += len;
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c86 strm->total_out += (strm->avail_out - avail_out);
/linux-master/lib/zlib_inflate/
H A Dinflate.c39 strm->total_in = strm->total_out = state->total = 0;
708 strm->total_out += out;
751 strm->total_out += out;
807 z->total_out += z->avail_in;

Completed in 313 milliseconds

12