total_in          331 arch/powerpc/kernel/nvram_64.c 	stream.total_in = 0;
total_in          344 arch/powerpc/kernel/nvram_64.c 	if (stream.total_out >= stream.total_in)
total_in          146 drivers/crypto/stm32/stm32-cryp.c 	size_t                  total_in;
total_in          317 drivers/crypto/stm32/stm32-cryp.c 	ret = stm32_cryp_check_aligned(cryp->in_sg, cryp->total_in,
total_in          345 drivers/crypto/stm32/stm32-cryp.c 	int pages, total_in, total_out;
total_in          352 drivers/crypto/stm32/stm32-cryp.c 	total_in = ALIGN(cryp->total_in, cryp->hw_blocksize);
total_in          353 drivers/crypto/stm32/stm32-cryp.c 	pages = total_in ? get_order(total_in) : 1;
total_in          366 drivers/crypto/stm32/stm32-cryp.c 	sg_copy_buf(buf_in, cryp->in_sg, 0, cryp->total_in, 0);
total_in          368 drivers/crypto/stm32/stm32-cryp.c 	sg_init_one(&cryp->in_sgl, buf_in, total_in);
total_in          942 drivers/crypto/stm32/stm32-cryp.c 		cryp->total_in = req->nbytes;
total_in          943 drivers/crypto/stm32/stm32-cryp.c 		cryp->total_out = cryp->total_in;
total_in          969 drivers/crypto/stm32/stm32-cryp.c 		cryp->total_in = areq->assoclen + areq->cryptlen;
total_in          972 drivers/crypto/stm32/stm32-cryp.c 			cryp->total_out = cryp->total_in + cryp->authsize;
total_in          975 drivers/crypto/stm32/stm32-cryp.c 			cryp->total_out = cryp->total_in - cryp->authsize;
total_in          978 drivers/crypto/stm32/stm32-cryp.c 	cryp->total_in_save = cryp->total_in;
total_in          985 drivers/crypto/stm32/stm32-cryp.c 	cryp->in_sg_len = sg_nents_for_len(cryp->in_sg, cryp->total_in);
total_in         1271 drivers/crypto/stm32/stm32-cryp.c 	return !(cryp->total_out - tag_size) || !cryp->total_in;
total_in         1290 drivers/crypto/stm32/stm32-cryp.c 		if (likely(cryp->total_in - tag_size >= sizeof(u32))) {
total_in         1295 drivers/crypto/stm32/stm32-cryp.c 			cryp->total_in -= sizeof(u32);
total_in         1296 drivers/crypto/stm32/stm32-cryp.c 		} else if (cryp->total_in == tag_size) {
total_in         1302 drivers/crypto/stm32/stm32-cryp.c 			for (j = 0; j < cryp->total_in - tag_size; j++) {
total_in         1308 drivers/crypto/stm32/stm32-cryp.c 			cryp->total_in = tag_size;
total_in         1317 drivers/crypto/stm32/stm32-cryp.c 	size_t total_in_ori = cryp->total_in;
total_in         1343 drivers/crypto/stm32/stm32-cryp.c 	cryp->total_in = total_in_ori;
total_in         1368 drivers/crypto/stm32/stm32-cryp.c 		if (cryp->total_in)
total_in         1373 drivers/crypto/stm32/stm32-cryp.c 		cryp->total_in -= min_t(size_t, sizeof(u32), cryp->total_in);
total_in         1399 drivers/crypto/stm32/stm32-cryp.c 	payload_bytes = is_decrypt(cryp) ? cryp->total_in - cryp->authsize :
total_in         1400 drivers/crypto/stm32/stm32-cryp.c 					   cryp->total_in;
total_in         1411 drivers/crypto/stm32/stm32-cryp.c 	size_t last_total_out, total_in_ori = cryp->total_in;
total_in         1446 drivers/crypto/stm32/stm32-cryp.c 	cryp->total_in = total_in_ori;
total_in         1494 drivers/crypto/stm32/stm32-cryp.c 	if (unlikely(!cryp->total_in)) {
total_in         1499 drivers/crypto/stm32/stm32-cryp.c 	if (unlikely(cryp->total_in < AES_BLOCK_SIZE &&
total_in         1511 drivers/crypto/stm32/stm32-cryp.c 	if (unlikely((cryp->total_in - cryp->authsize < AES_BLOCK_SIZE) &&
total_in         1541 drivers/crypto/stm32/stm32-cryp.c 		cryp->total_in -= min_t(size_t, sizeof(u32), cryp->total_in);
total_in         1544 drivers/crypto/stm32/stm32-cryp.c 		if ((cryp->total_in_save - cryp->total_in) ==
total_in         1576 drivers/crypto/stm32/stm32-cryp.c 		if (!cryp->total_in)
total_in         1604 drivers/crypto/stm32/stm32-cryp.c 			cryp->total_in -= min_t(size_t, 2, cryp->total_in);
total_in         1625 drivers/crypto/stm32/stm32-cryp.c 			cryp->total_in -= min_t(size_t, 2, cryp->total_in);
total_in         1637 drivers/crypto/stm32/stm32-cryp.c 			cryp->total_in -= min_t(size_t, 1, cryp->total_in);
total_in         1638 drivers/crypto/stm32/stm32-cryp.c 			if ((cryp->total_in_save - cryp->total_in) == alen)
total_in         1644 drivers/crypto/stm32/stm32-cryp.c 		if ((cryp->total_in_save - cryp->total_in) == alen) {
total_in          313 drivers/gpu/drm/i915/i915_gpu_error.c 	if (0 && zstream->total_out > zstream->total_in)
total_in          217 fs/binfmt_flat.c 	strm.total_in = 0;
total_in          290 fs/binfmt_flat.c 		strm.total_in = 0;
total_in         1035 fs/btrfs/compression.c 			 unsigned long *total_in,
total_in         1048 fs/btrfs/compression.c 						      total_in, total_out);
total_in           83 fs/btrfs/compression.h 			 unsigned long *total_in,
total_in          147 fs/btrfs/compression.h 			      unsigned long *total_in,
total_in          482 fs/btrfs/inode.c 	unsigned long total_in = 0;
total_in          537 fs/btrfs/inode.c 	total_in = 0;
total_in          582 fs/btrfs/inode.c 					   &total_in,
total_in          605 fs/btrfs/inode.c 		if (ret || total_in < actual_end) {
total_in          666 fs/btrfs/inode.c 		total_in = ALIGN(total_in, PAGE_SIZE);
total_in          667 fs/btrfs/inode.c 		if (total_compressed + blocksize <= total_in) {
total_in          675 fs/btrfs/inode.c 			add_async_extent(async_chunk, start, total_in,
total_in          679 fs/btrfs/inode.c 			if (start + total_in < end) {
total_in          680 fs/btrfs/inode.c 				start += total_in;
total_in          139 fs/btrfs/lzo.c 			      unsigned long *total_in,
total_in          164 fs/btrfs/lzo.c 	*total_in = 0;
total_in          292 fs/btrfs/lzo.c 	*total_in = tot_in;
total_in           96 fs/btrfs/zlib.c 			       unsigned long *total_in,
total_in          113 fs/btrfs/zlib.c 	*total_in = 0;
total_in          121 fs/btrfs/zlib.c 	workspace->strm.total_in = 0;
total_in          141 fs/btrfs/zlib.c 	while (workspace->strm.total_in < len) {
total_in          152 fs/btrfs/zlib.c 		if (workspace->strm.total_in > 8192 &&
total_in          153 fs/btrfs/zlib.c 		    workspace->strm.total_in <
total_in          181 fs/btrfs/zlib.c 		if (workspace->strm.total_in >= len)
total_in          189 fs/btrfs/zlib.c 			bytes_left = len - workspace->strm.total_in;
total_in          211 fs/btrfs/zlib.c 	if (workspace->strm.total_out >= workspace->strm.total_in) {
total_in          218 fs/btrfs/zlib.c 	*total_in = workspace->strm.total_in;
total_in          249 fs/btrfs/zlib.c 	workspace->strm.total_in = 0;
total_in          271 fs/btrfs/zlib.c 	while (workspace->strm.total_in < srclen) {
total_in          304 fs/btrfs/zlib.c 			tmp = srclen - workspace->strm.total_in;
total_in          340 fs/btrfs/zlib.c 	workspace->strm.total_in = 0;
total_in          375 fs/btrfs/zstd.c 		unsigned long *total_in,
total_in          394 fs/btrfs/zstd.c 	*total_in = 0;
total_in          537 fs/btrfs/zstd.c 	*total_in = tot_in;
total_in           90 fs/jffs2/compr_zlib.c 	def_strm.total_in = 0;
total_in           95 fs/jffs2/compr_zlib.c 	while (def_strm.total_out < *dstlen - STREAM_END_SPACE && def_strm.total_in < *sourcelen) {
total_in           98 fs/jffs2/compr_zlib.c 			(*sourcelen-def_strm.total_in), def_strm.avail_out);
total_in          104 fs/jffs2/compr_zlib.c 			  def_strm.total_in, def_strm.total_out);
total_in          123 fs/jffs2/compr_zlib.c 	if (def_strm.total_out >= def_strm.total_in) {
total_in          125 fs/jffs2/compr_zlib.c 			  def_strm.total_in, def_strm.total_out);
total_in          131 fs/jffs2/compr_zlib.c 		  def_strm.total_in, def_strm.total_out);
total_in          134 fs/jffs2/compr_zlib.c 	*sourcelen = def_strm.total_in;
total_in          152 fs/jffs2/compr_zlib.c 	inf_strm.total_in = 0;
total_in           87 include/linux/zlib.h     uLong    total_in;  /* total nb of input bytes read so far */
total_in          262 lib/zlib_deflate/deflate.c     strm->total_in = strm->total_out = 0;
total_in          511 lib/zlib_deflate/deflate.c     strm->total_in += len;
total_in           29 lib/zlib_inflate/inflate.c     strm->total_in = strm->total_out = state->total = 0;
total_in          734 lib/zlib_inflate/inflate.c     strm->total_in += in;
total_in          792 lib/zlib_inflate/inflate.c     z->total_in += z->avail_in;