total_length      263 drivers/acpi/acpica/acresrc.h 			    acpi_rsdesc_size total_length,
total_length      267 drivers/acpi/acpica/acresrc.h acpi_rs_set_resource_length(acpi_rsdesc_size total_length,
total_length      167 drivers/acpi/acpica/rsutils.c acpi_rs_set_resource_length(acpi_rsdesc_size total_length,
total_length      177 drivers/acpi/acpica/rsutils.c 	    (total_length - acpi_ut_get_resource_header_length(aml));
total_length      218 drivers/acpi/acpica/rsutils.c 			    acpi_rsdesc_size total_length,
total_length      229 drivers/acpi/acpica/rsutils.c 	acpi_rs_set_resource_length(total_length, aml);
total_length      289 drivers/acpi/acpica/rsutils.c 	acpi_rsdesc_size total_length;
total_length      294 drivers/acpi/acpica/rsutils.c 	total_length =
total_length      305 drivers/acpi/acpica/rsutils.c 	if (total_length > (acpi_rsdesc_size)(minimum_length + 1)) {
total_length      329 drivers/acpi/acpica/rsutils.c 		total_length =
total_length      333 drivers/acpi/acpica/rsutils.c 		total_length = (u32)ACPI_ROUND_UP_TO_NATIVE_WORD(total_length);
total_length      335 drivers/acpi/acpica/rsutils.c 		memset(resource_source->string_ptr, 0, total_length);
total_length      344 drivers/acpi/acpica/rsutils.c 		return ((acpi_rs_length)total_length);
total_length      104 drivers/char/tpm/st33zp24/spi.c 	int total_length = 0, ret = 0;
total_length      113 drivers/char/tpm/st33zp24/spi.c 	phy->tx_buf[total_length++] = TPM_WRITE_DIRECTION | LOCALITY0;
total_length      114 drivers/char/tpm/st33zp24/spi.c 	phy->tx_buf[total_length++] = tpm_register;
total_length      117 drivers/char/tpm/st33zp24/spi.c 		phy->tx_buf[total_length++] = tpm_size >> 8;
total_length      118 drivers/char/tpm/st33zp24/spi.c 		phy->tx_buf[total_length++] = tpm_size;
total_length      121 drivers/char/tpm/st33zp24/spi.c 	memcpy(&phy->tx_buf[total_length], tpm_data, tpm_size);
total_length      122 drivers/char/tpm/st33zp24/spi.c 	total_length += tpm_size;
total_length      124 drivers/char/tpm/st33zp24/spi.c 	memset(&phy->tx_buf[total_length], TPM_DUMMY_BYTE, phy->latency);
total_length      126 drivers/char/tpm/st33zp24/spi.c 	spi_xfer.len = total_length + phy->latency;
total_length      130 drivers/char/tpm/st33zp24/spi.c 		ret = phy->rx_buf[total_length + phy->latency - 1];
total_length      147 drivers/char/tpm/st33zp24/spi.c 	int total_length = 0, ret;
total_length      156 drivers/char/tpm/st33zp24/spi.c 	phy->tx_buf[total_length++] = LOCALITY0;
total_length      157 drivers/char/tpm/st33zp24/spi.c 	phy->tx_buf[total_length++] = tpm_register;
total_length      159 drivers/char/tpm/st33zp24/spi.c 	memset(&phy->tx_buf[total_length], TPM_DUMMY_BYTE,
total_length      162 drivers/char/tpm/st33zp24/spi.c 	spi_xfer.len = total_length + phy->latency + tpm_size;
total_length      167 drivers/char/tpm/st33zp24/spi.c 		ret = phy->rx_buf[total_length + phy->latency - 1];
total_length      169 drivers/char/tpm/st33zp24/spi.c 		memcpy(tpm_data, phy->rx_buf + total_length + phy->latency,
total_length       14 drivers/gpu/drm/i915/i915_query.c 			   u32 total_length,
total_length       18 drivers/gpu/drm/i915/i915_query.c 		return total_length;
total_length       20 drivers/gpu/drm/i915/i915_query.c 	if (query_item->length < total_length)
total_length       28 drivers/gpu/drm/i915/i915_query.c 		       total_length))
total_length       39 drivers/gpu/drm/i915/i915_query.c 	u32 slice_length, subslice_length, eu_length, total_length;
total_length       55 drivers/gpu/drm/i915/i915_query.c 	total_length = sizeof(topo) + slice_length + subslice_length +
total_length       58 drivers/gpu/drm/i915/i915_query.c 	ret = copy_query_item(&topo, sizeof(topo), total_length,
total_length       95 drivers/gpu/drm/i915/i915_query.c 	return total_length;
total_length      846 drivers/iio/accel/bmc150-accel-core.c 	int total_length = samples * sample_length;
total_length      849 drivers/iio/accel/bmc150-accel-core.c 			      buffer, total_length);
total_length      324 drivers/media/pci/cobalt/cobalt-v4l2.c 		  &fw->total_length);
total_length       18 drivers/media/pci/cobalt/m00473_freewheel_memmap_package.h 	uint32_t total_length;  /* Reg 0x000c, Default=0x31151b */
total_length      106 drivers/mtd/parsers/parser_imagetag.c 		STR_NULL_TERMINATE(buf->total_length);
total_length      107 drivers/mtd/parsers/parser_imagetag.c 		if (kstrtouint(buf->total_length, 10, &totallen)) {
total_length      109 drivers/mtd/parsers/parser_imagetag.c 				(int)sizeof(buf->total_length),
total_length      110 drivers/mtd/parsers/parser_imagetag.c 				buf->total_length);
total_length       74 drivers/net/ethernet/google/gve/gve_adminq.h 	__be16 total_length;
total_length      401 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5_ifc_dr.h 	u8         total_length[0x10];
total_length     1182 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	u16 i = 1, total_length = 0;
total_length     1186 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		tlv = (struct channel_tlv *)((u8 *)tlvs_list + total_length);
total_length     1202 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		total_length += tlv->length;
total_length     1204 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		if (total_length >= sizeof(struct tlv_buffer_size)) {
total_length      525 drivers/net/wireless/intel/ipw2x00/ipw2100.c 	u32 total_length;
total_length      574 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		total_length = field_len * field_count;
total_length      575 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		if (total_length > *len) {
total_length      576 drivers/net/wireless/intel/ipw2x00/ipw2100.c 			*len = total_length;
total_length      580 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		*len = total_length;
total_length      581 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		if (!total_length)
total_length      585 drivers/net/wireless/intel/ipw2x00/ipw2100.c 		read_nic_memory(priv->net_dev, addr, total_length, val);
total_length     2729 drivers/s390/net/qeth_core_main.c 	u16 total_length = iob->length;
total_length     2731 drivers/s390/net/qeth_core_main.c 	qeth_setup_ccw(__ccw_from_cmd(iob), CCW_CMD_WRITE, 0, total_length,
total_length     2736 drivers/s390/net/qeth_core_main.c 	memcpy(QETH_IPA_PDU_LEN_TOTAL(iob->data), &total_length, 2);
total_length      831 drivers/scsi/esas2r/atioctl.h 	u32 total_length;
total_length      968 drivers/scsi/esas2r/esas2r_ioctl.c 			trc->total_length = ESAS2R_FWCOREDUMP_SZ;
total_length      972 drivers/scsi/esas2r/esas2r_ioctl.c 				trc->total_length = 0;
total_length      657 drivers/scsi/ibmvscsi/ibmvscsi.c 	u64 total_length = 0;
total_length      664 drivers/scsi/ibmvscsi/ibmvscsi.c 		total_length += sg_dma_len(sg);
total_length      666 drivers/scsi/ibmvscsi/ibmvscsi.c 	return total_length;
total_length      684 drivers/scsi/ibmvscsi/ibmvscsi.c 	u64 total_length = 0;
total_length      710 drivers/scsi/ibmvscsi/ibmvscsi.c 		total_length = map_sg_list(cmd, sg_mapped,
total_length      712 drivers/scsi/ibmvscsi/ibmvscsi.c 		indirect->len = cpu_to_be32(total_length);
total_length      732 drivers/scsi/ibmvscsi/ibmvscsi.c 	total_length = map_sg_list(cmd, sg_mapped, evt_struct->ext_list);
total_length      734 drivers/scsi/ibmvscsi/ibmvscsi.c 	indirect->len = cpu_to_be32(total_length);
total_length      231 drivers/scsi/pm8001/pm8001_hwi.c 		pm8001_ha->inbnd_q_tbl[i].total_length		=
total_length      257 drivers/scsi/pm8001/pm8001_hwi.c 		pm8001_ha->outbnd_q_tbl[i].total_length		=
total_length      451 drivers/scsi/pm8001/pm8001_sas.h 	u32			total_length;
total_length      467 drivers/scsi/pm8001/pm8001_sas.h 	u32			total_length;
total_length      508 drivers/scsi/pm8001/pm80xx_hwi.c 		pm8001_ha->inbnd_q_tbl[i].total_length		=
total_length      534 drivers/scsi/pm8001/pm80xx_hwi.c 		pm8001_ha->outbnd_q_tbl[i].total_length		=
total_length      474 drivers/staging/rtl8192u/r819xU_cmdpkt.c 	int			total_length;
total_length      486 drivers/staging/rtl8192u/r819xU_cmdpkt.c 	total_length = pstats->Length;
total_length      501 drivers/staging/rtl8192u/r819xU_cmdpkt.c 	while (total_length > 0 && exe_cnt++ < 100) {
total_length      545 drivers/staging/rtl8192u/r819xU_cmdpkt.c 		total_length -= cmd_length;
total_length      363 drivers/staging/rtl8712/rtl8712_xmit.c 	u16 total_length = (u16) (ptxdesc->txdw0 & 0xffff);
total_length      367 drivers/staging/rtl8712/rtl8712_xmit.c 	pcmd_hdr->cmd_dw0 = cpu_to_le32(((total_length - CMD_HDR_SZ) &
total_length      373 drivers/staging/rtl8712/rtl8712_xmit.c 					((total_length + TXDESC_SIZE) << 16));
total_length      378 drivers/staging/rtl8712/rtl8712_xmit.c 	if ((pdvobj->ishighspeed && ((total_length + TXDESC_SIZE) % 0x200) ==
total_length      379 drivers/staging/rtl8712/rtl8712_xmit.c 	     0) || ((!pdvobj->ishighspeed && ((total_length + TXDESC_SIZE) %
total_length      392 drivers/staging/rtl8712/rtl8712_xmit.c 			total_length + TXDESC_SIZE, (u8 *)pxmitframe);
total_length      641 drivers/staging/rtl8712/rtl8712_xmit.c 			u16 total_length;
total_length      643 drivers/staging/rtl8712/rtl8712_xmit.c 			total_length = r8712_xmitframe_aggr_next(
total_length      649 drivers/staging/rtl8712/rtl8712_xmit.c 					total_length =
total_length      655 drivers/staging/rtl8712/rtl8712_xmit.c 			} while (total_length <= 0x1800 &&
total_length      144 drivers/staging/wilc1000/wilc_wlan.c 	u32 ihl, total_length, data_offset;
total_length      158 drivers/staging/wilc1000/wilc_wlan.c 	total_length = ntohs(ip_hdr_ptr->tot_len);
total_length      161 drivers/staging/wilc1000/wilc_wlan.c 	if (total_length == (ihl + data_offset)) {
total_length      587 drivers/usb/usbip/usbip_common.c 	int total_length = 0;
total_length      618 drivers/usb/usbip/usbip_common.c 		total_length += urb->iso_frame_desc[i].actual_length;
total_length      623 drivers/usb/usbip/usbip_common.c 	if (total_length != urb->actual_length) {
total_length      626 drivers/usb/usbip/usbip_common.c 			total_length, urb->actual_length);
total_length      572 drivers/visorbus/controlvmchannel.h 	u32 total_length;
total_length      218 fs/ecryptfs/miscdev.c 	size_t total_length;
total_length      273 fs/ecryptfs/miscdev.c 	total_length = (PKT_TYPE_SIZE + PKT_CTR_SIZE + packet_length_size
total_length      275 fs/ecryptfs/miscdev.c 	if (count < total_length) {
total_length      279 fs/ecryptfs/miscdev.c 		       "pending message\n", __func__, count, total_length);
total_length     3054 fs/reiserfs/reiserfs.h void padd_item(char *item, int total_length, int length);
total_length     1186 fs/reiserfs/stree.c void padd_item(char *item, int total_length, int length)
total_length     1190 fs/reiserfs/stree.c 	for (i = total_length; i > length;)
total_length       60 include/linux/bcm963xx_tag.h 	char total_length[IMAGE_LEN];
total_length      197 sound/usb/6fire/pcm.c 	unsigned int total_length = 0;
total_length      217 sound/usb/6fire/pcm.c 			src = (u32 *) (urb->buffer + total_length);
total_length      219 sound/usb/6fire/pcm.c 			src = (u32 *) (urb->buffer - 1 + total_length);
total_length      223 sound/usb/6fire/pcm.c 		total_length += urb->packets[i].length;
total_length      293 sound/usb/6fire/pcm.c 	int total_length = 0;
total_length      330 sound/usb/6fire/pcm.c 		out_urb->packets[i].offset = total_length;
total_length      335 sound/usb/6fire/pcm.c 		total_length += out_urb->packets[i].length;
total_length      337 sound/usb/6fire/pcm.c 	memset(out_urb->buffer, 0, total_length);
total_length      104 tools/perf/util/genelf_debug.c 	uword total_length;
total_length      136 tools/perf/util/genelf_debug.c 	uword total_length;
total_length      146 tools/perf/util/genelf_debug.c 	.total_length = -1,
total_length      173 tools/perf/util/genelf_debug.c 	.total_length = -1,
total_length      426 tools/perf/util/genelf_debug.c 	dbg_header->total_length = (buffer_ext_size(be) - old_size) -
total_length      457 tools/perf/util/genelf_debug.c 	comp_unit_header->total_length = (buffer_ext_size(be) - old_size) -