Searched refs:total_in (Results 1 – 15 of 15) sorted by relevance
/linux/fs/jffs2/ |
A D | compr_zlib.c | 90 def_strm.total_in = 0; in jffs2_zlib_compress() 95 while (def_strm.total_out < *dstlen - STREAM_END_SPACE && def_strm.total_in < *sourcelen) { in jffs2_zlib_compress() 98 (*sourcelen-def_strm.total_in), def_strm.avail_out); in jffs2_zlib_compress() 104 def_strm.total_in, def_strm.total_out); in jffs2_zlib_compress() 123 if (def_strm.total_out >= def_strm.total_in) { in jffs2_zlib_compress() 125 def_strm.total_in, def_strm.total_out); in jffs2_zlib_compress() 131 def_strm.total_in, def_strm.total_out); in jffs2_zlib_compress() 134 *sourcelen = def_strm.total_in; in jffs2_zlib_compress() 152 inf_strm.total_in = 0; in jffs2_zlib_decompress()
|
/linux/fs/btrfs/ |
A D | zlib.c | 113 *total_in = 0; in zlib_compress_pages() 121 workspace->strm.total_in = 0; in zlib_compress_pages() 138 while (workspace->strm.total_in < len) { in zlib_compress_pages() 188 if (workspace->strm.total_in > 8192 && in zlib_compress_pages() 189 workspace->strm.total_in < in zlib_compress_pages() 217 if (workspace->strm.total_in >= len) in zlib_compress_pages() 264 *total_in = workspace->strm.total_in; in zlib_compress_pages() 293 workspace->strm.total_in = 0; in zlib_decompress_bio() 315 while (workspace->strm.total_in < srclen) { in zlib_decompress_bio() 347 tmp = srclen - workspace->strm.total_in; in zlib_decompress_bio() [all …]
|
A D | compression.h | 85 unsigned long *total_in, 148 unsigned long *total_in, unsigned long *total_out); 159 unsigned long *total_in, unsigned long *total_out); 169 unsigned long *total_in, unsigned long *total_out);
|
A D | lzo.c | 208 unsigned long *total_in, unsigned long *total_out) in lzo_compress_pages() argument 225 *total_in = 0; in lzo_compress_pages() 291 *total_in = cur_in - start; in lzo_compress_pages()
|
A D | compression.c | 70 unsigned long *out_pages, unsigned long *total_in, in compression_compress_pages() argument 76 out_pages, total_in, total_out); in compression_compress_pages() 79 out_pages, total_in, total_out); in compression_compress_pages() 82 out_pages, total_in, total_out); in compression_compress_pages() 1339 unsigned long *total_in, in btrfs_compress_pages() argument 1350 out_pages, total_in, total_out); in btrfs_compress_pages()
|
A D | zstd.c | 371 unsigned long *total_in, unsigned long *total_out) in zstd_compress_pages() argument 389 *total_in = 0; in zstd_compress_pages() 532 *total_in = tot_in; in zstd_compress_pages()
|
A D | inode.c | 602 unsigned long total_in = 0; in compress_file_range() local 668 total_in = 0; in compress_file_range() 713 &total_in, in compress_file_range() 735 if (ret || total_in < actual_end) { in compress_file_range() 803 total_in = round_up(total_in, fs_info->sectorsize); in compress_file_range() 804 if (total_compressed + blocksize <= total_in) { in compress_file_range() 812 add_async_extent(async_chunk, start, total_in, in compress_file_range() 816 if (start + total_in < end) { in compress_file_range() 817 start += total_in; in compress_file_range()
|
/linux/drivers/crypto/stm32/ |
A D | stm32-cryp.c | 353 total_in = ALIGN(cryp->total_in, cryp->hw_blocksize); in stm32_cryp_copy_sgs() 354 pages = total_in ? get_order(total_in) : 1; in stm32_cryp_copy_sgs() 1318 cryp->total_in = tag_size; in stm32_cryp_irq_write_block() 1378 if (cryp->total_in) in stm32_cryp_irq_write_gcm_padded_data() 1383 cryp->total_in -= min_t(size_t, sizeof(u32), cryp->total_in); in stm32_cryp_irq_write_gcm_padded_data() 1410 cryp->total_in; in stm32_cryp_irq_set_npblb() 1551 cryp->total_in -= min_t(size_t, sizeof(u32), cryp->total_in); in stm32_cryp_irq_write_gcm_header() 1586 if (!cryp->total_in) in stm32_cryp_irq_write_gcm_header() 1614 cryp->total_in -= min_t(size_t, 2, cryp->total_in); in stm32_cryp_irq_write_ccm_header() 1635 cryp->total_in -= min_t(size_t, 2, cryp->total_in); in stm32_cryp_irq_write_ccm_header() [all …]
|
/linux/lib/zlib_dfltcc/ |
A D | dfltcc_deflate.c | 66 strm->total_in += (strm->avail_in - avail_in); in dfltcc_cmpr() 149 strm->total_in > dfltcc_state->block_threshold && in dfltcc_deflate() 165 strm->total_in + dfltcc_state->block_size; in dfltcc_deflate() 213 if (strm->total_in == 0 && dfltcc_state->block_threshold > 0) { in dfltcc_deflate() 258 strm->total_in + dfltcc_state->block_size; in dfltcc_deflate()
|
/linux/include/linux/ |
A D | zlib.h | 87 uLong total_in; /* total nb of input bytes read so far */ member
|
/linux/lib/zlib_inflate/ |
A D | inflate.c | 39 strm->total_in = strm->total_out = state->total = 0; in zlib_inflateReset() 750 strm->total_in += in; in zlib_inflate() 808 z->total_in += z->avail_in; in zlib_inflateIncomp()
|
/linux/arch/powerpc/kernel/ |
A D | nvram_64.c | 331 stream.total_in = 0; in nvram_compress() 344 if (stream.total_out >= stream.total_in) in nvram_compress()
|
/linux/fs/ |
A D | binfmt_flat.c | 228 strm.total_in = 0; in decompress_exec() 301 strm.total_in = 0; in decompress_exec()
|
/linux/lib/zlib_deflate/ |
A D | deflate.c | 291 strm->total_in = strm->total_out = 0; in zlib_deflateReset() 515 strm->total_in += len; in read_buf()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_gpu_error.c | 318 if (0 && zstream->total_out > zstream->total_in) in compress_page()
|
Completed in 49 milliseconds