total_bytes       887 arch/mips/cavium-octeon/executive/cvmx-helper.c 		pko_command.s.total_bytes = size;
total_bytes       244 arch/mips/include/asm/octeon/cvmx-pko.h 		uint64_t total_bytes:16;
total_bytes       246 arch/mips/include/asm/octeon/cvmx-pko.h 	        uint64_t total_bytes:16;
total_bytes      1433 block/blk-core.c 	int total_bytes;
total_bytes      1452 block/blk-core.c 	total_bytes = 0;
total_bytes      1464 block/blk-core.c 		total_bytes += bio_bytes;
total_bytes      1484 block/blk-core.c 	req->__data_len -= total_bytes;
total_bytes      1488 block/blk-core.c 		req->__sector += total_bytes >> 9;
total_bytes      1402 drivers/crypto/axis/artpec6_crypto.c 		size_t total_bytes = areq->nbytes + req_ctx->partial_bytes;
total_bytes      1403 drivers/crypto/axis/artpec6_crypto.c 		size_t ready_bytes = round_down(total_bytes, blocksize);
total_bytes       471 drivers/crypto/cavium/nitrox/nitrox_req.h 	u16 total_bytes;
total_bytes       169 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c 		sr->in.total_bytes += sg_dma_len(sg);
total_bytes       450 drivers/crypto/cavium/nitrox/nitrox_reqmgr.c 	sr->instr.ih.s.tlen = sr->instr.ih.s.fsz + sr->in.total_bytes;
total_bytes      1207 drivers/dma/amba-pl08x.c 			int num_llis, size_t *total_bytes)
total_bytes      1211 drivers/dma/amba-pl08x.c 	(*total_bytes) += len;
total_bytes      1264 drivers/dma/amba-pl08x.c 	size_t max_bytes_per_lli, total_bytes;
total_bytes      1285 drivers/dma/amba-pl08x.c 		total_bytes = 0;
total_bytes      1382 drivers/dma/amba-pl08x.c 				num_llis++, &total_bytes);
total_bytes      1441 drivers/dma/amba-pl08x.c 				total_bytes += lli_len;
total_bytes      1452 drivers/dma/amba-pl08x.c 					bd.remainder, num_llis++, &total_bytes);
total_bytes      1456 drivers/dma/amba-pl08x.c 		if (total_bytes != dsg->len) {
total_bytes      1459 drivers/dma/amba-pl08x.c 				__func__, total_bytes, dsg->len);
total_bytes      1912 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 	unsigned int total_bytes;
total_bytes      1918 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 	total_bytes = bytes + rq->reserved_space;
total_bytes      1919 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 	GEM_BUG_ON(total_bytes > ring->effective_size);
total_bytes      1921 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 	if (unlikely(total_bytes > remain_usable)) {
total_bytes      1930 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 			total_bytes += remain_actual;
total_bytes      1939 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 			total_bytes = rq->reserved_space + remain_actual;
total_bytes      1943 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 	if (unlikely(total_bytes > ring->space)) {
total_bytes      1957 drivers/gpu/drm/i915/gt/intel_ringbuffer.c 		ret = wait_for_space(ring, rq->timeline, total_bytes);
total_bytes       547 drivers/gpu/drm/omapdrm/dss/dsi.c 	u32 total_bytes;
total_bytes       567 drivers/gpu/drm/omapdrm/dss/dsi.c 	total_bytes = dsi->update_bytes;
total_bytes       575 drivers/gpu/drm/omapdrm/dss/dsi.c 		total_bytes,
total_bytes       576 drivers/gpu/drm/omapdrm/dss/dsi.c 		total_bytes * 1000 / total_us);
total_bytes        46 drivers/media/common/b2c2/flexcop-i2c.c 	int len = r100.tw_sm_c_100.total_bytes,
total_bytes        91 drivers/media/common/b2c2/flexcop-i2c.c 	int len = r100.tw_sm_c_100.total_bytes; /* remember total_bytes is buflen-1 */
total_bytes       141 drivers/media/common/b2c2/flexcop-i2c.c 		r100.tw_sm_c_100.total_bytes = bytes_to_transfer - 1;
total_bytes        51 drivers/media/common/b2c2/flexcop_ibi_value_be.h 		u32 total_bytes                    : 2;
total_bytes        54 drivers/media/common/b2c2/flexcop_ibi_value_le.h 		u32 total_bytes                    : 2;
total_bytes       170 drivers/net/ethernet/atheros/alx/main.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes       185 drivers/net/ethernet/atheros/alx/main.c 				total_bytes += skb->len;
total_bytes       197 drivers/net/ethernet/atheros/alx/main.c 		netdev_tx_completed_queue(tx_queue, total_packets, total_bytes);
total_bytes      1545 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes      1554 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 			total_bytes += buffer_info->skb->len;
total_bytes      1563 drivers/net/ethernet/atheros/atl1c/atl1c_main.c 	netdev_completed_queue(adapter->netdev, total_packets, total_bytes);
total_bytes      2689 drivers/net/ethernet/emulex/benet/be_cmds.c 	u32 flash_op, num_bytes, total_bytes = img_size, bytes_sent = 0;
total_bytes      2693 drivers/net/ethernet/emulex/benet/be_cmds.c 	while (total_bytes) {
total_bytes      2694 drivers/net/ethernet/emulex/benet/be_cmds.c 		num_bytes = min_t(u32, 32 * 1024, total_bytes);
total_bytes      2696 drivers/net/ethernet/emulex/benet/be_cmds.c 		total_bytes -= num_bytes;
total_bytes      2698 drivers/net/ethernet/emulex/benet/be_cmds.c 		if (!total_bytes) {
total_bytes      2541 drivers/net/ethernet/freescale/gianfar.c 	unsigned int total_bytes = 0, total_pkts = 0;
total_bytes      2593 drivers/net/ethernet/freescale/gianfar.c 		total_bytes += skb->len;
total_bytes      2609 drivers/net/ethernet/freescale/gianfar.c 	rx_queue->stats.rx_bytes += total_bytes;
total_bytes       733 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	u64 total_bytes;
total_bytes       746 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	total_bytes = ring->stats.rx_bytes - ring->coal_last_rx_bytes;
total_bytes       748 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	do_div(total_bytes, time_passed_ms);
total_bytes       749 drivers/net/ethernet/hisilicon/hns/hns_enet.c 	ring->coal_rx_rate = total_bytes >> 10;
total_bytes      2358 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	ring->tqp_vector->tx_group.total_bytes += bytes;
total_bytes      2864 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	ring->tqp_vector->rx_group.total_bytes += len;
total_bytes      3024 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	do_div(ring_group->total_bytes, time_passed_ms);
total_bytes      3025 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	bytes_per_msecs = ring_group->total_bytes;
total_bytes      3058 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	ring_group->total_bytes = 0;
total_bytes      3349 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		tqp_vector->rx_group.total_bytes = 0;
total_bytes      3351 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		tqp_vector->tx_group.total_bytes = 0;
total_bytes       471 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h 	u64 total_bytes;	/* total bytes processed this group */
total_bytes       147 drivers/net/ethernet/intel/fm10k/fm10k.h 	unsigned int total_bytes;	/* total bytes processed this int */
total_bytes       570 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes       613 drivers/net/ethernet/intel/fm10k/fm10k_main.c 		total_bytes += fm10k_process_skb_fields(rx_ring, rx_desc, skb);
total_bytes       629 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	rx_ring->stats.bytes += total_bytes;
total_bytes       632 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	q_vector->rx.total_bytes += total_bytes;
total_bytes      1195 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes      1224 drivers/net/ethernet/intel/fm10k/fm10k_main.c 		total_bytes += tx_buffer->bytecount;
total_bytes      1281 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	tx_ring->stats.bytes += total_bytes;
total_bytes      1284 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	q_vector->tx.total_bytes += total_bytes;
total_bytes      1318 drivers/net/ethernet/intel/fm10k/fm10k_main.c 				  total_packets, total_bytes);
total_bytes      1361 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	avg_wire_size = ring_container->total_bytes / packets;
total_bytes      1406 drivers/net/ethernet/intel/fm10k/fm10k_main.c 	ring_container->total_bytes = 0;
total_bytes       781 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes       809 drivers/net/ethernet/intel/i40e/i40e_txrx.c 		total_bytes += tx_buf->bytecount;
total_bytes       870 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	i40e_update_tx_stats(tx_ring, total_packets, total_bytes);
total_bytes       878 drivers/net/ethernet/intel/i40e/i40e_txrx.c 				  total_packets, total_bytes);
total_bytes      1044 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	bytes = rc->total_bytes;
total_bytes      1194 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rc->total_bytes = 0;
total_bytes      2292 drivers/net/ethernet/intel/i40e/i40e_txrx.c 	rx_ring->q_vector->rx.total_bytes += total_rx_bytes;
total_bytes       460 drivers/net/ethernet/intel/i40e/i40e_txrx.h 	unsigned int total_bytes;	/* total bytes processed this int */
total_bytes        49 drivers/net/ethernet/intel/i40e/i40e_txrx_common.h 					unsigned int total_bytes)
total_bytes        52 drivers/net/ethernet/intel/i40e/i40e_txrx_common.h 	tx_ring->stats.bytes += total_bytes;
total_bytes        55 drivers/net/ethernet/intel/i40e/i40e_txrx_common.h 	tx_ring->q_vector->tx.total_bytes += total_bytes;
total_bytes       722 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	unsigned int ntc, total_bytes = 0, budget = vsi->work_limit;
total_bytes       753 drivers/net/ethernet/intel/i40e/i40e_xsk.c 		total_bytes += tx_bi->bytecount;
total_bytes       767 drivers/net/ethernet/intel/i40e/i40e_xsk.c 	i40e_update_tx_stats(tx_ring, completed_frames, total_bytes);
total_bytes       196 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes       223 drivers/net/ethernet/intel/iavf/iavf_txrx.c 		total_bytes += tx_buf->bytecount;
total_bytes       282 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	tx_ring->stats.bytes += total_bytes;
total_bytes       285 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	tx_ring->q_vector->tx.total_bytes += total_bytes;
total_bytes       305 drivers/net/ethernet/intel/iavf/iavf_txrx.c 				  total_packets, total_bytes);
total_bytes       454 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	bytes = rc->total_bytes;
total_bytes       604 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rc->total_bytes = 0;
total_bytes      1591 drivers/net/ethernet/intel/iavf/iavf_txrx.c 	rx_ring->q_vector->rx.total_bytes += total_rx_bytes;
total_bytes       417 drivers/net/ethernet/intel/iavf/iavf_txrx.h 	unsigned int total_bytes;	/* total bytes processed this int */
total_bytes       105 drivers/net/ethernet/intel/ice/ice_txrx.c 	unsigned int total_bytes = 0, total_pkts = 0;
total_bytes       136 drivers/net/ethernet/intel/ice/ice_txrx.c 		total_bytes += tx_buf->bytecount;
total_bytes       192 drivers/net/ethernet/intel/ice/ice_txrx.c 	tx_ring->stats.bytes += total_bytes;
total_bytes       195 drivers/net/ethernet/intel/ice/ice_txrx.c 	tx_ring->q_vector->tx.total_bytes += total_bytes;
total_bytes       199 drivers/net/ethernet/intel/ice/ice_txrx.c 				  total_bytes);
total_bytes      1108 drivers/net/ethernet/intel/ice/ice_txrx.c 	rx_ring->q_vector->rx.total_bytes += total_rx_bytes;
total_bytes      1232 drivers/net/ethernet/intel/ice/ice_txrx.c 	bytes = rc->total_bytes;
total_bytes      1324 drivers/net/ethernet/intel/ice/ice_txrx.c 	rc->total_bytes = 0;
total_bytes       217 drivers/net/ethernet/intel/ice/ice_txrx.h 	unsigned int total_bytes;	/* total bytes processed this int */
total_bytes       241 drivers/net/ethernet/intel/igb/igb.h 	unsigned int total_bytes;	/* total bytes processed this int */
total_bytes      5480 drivers/net/ethernet/intel/igb/igb_main.c 		avg_wire_size = q_vector->rx.total_bytes / packets;
total_bytes      5485 drivers/net/ethernet/intel/igb/igb_main.c 				      q_vector->tx.total_bytes / packets);
total_bytes      5515 drivers/net/ethernet/intel/igb/igb_main.c 	q_vector->rx.total_bytes = 0;
total_bytes      5517 drivers/net/ethernet/intel/igb/igb_main.c 	q_vector->tx.total_bytes = 0;
total_bytes      5541 drivers/net/ethernet/intel/igb/igb_main.c 	unsigned int bytes = ring_container->total_bytes;
total_bytes      5582 drivers/net/ethernet/intel/igb/igb_main.c 	ring_container->total_bytes = 0;
total_bytes      7751 drivers/net/ethernet/intel/igb/igb_main.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes      7780 drivers/net/ethernet/intel/igb/igb_main.c 		total_bytes += tx_buffer->bytecount;
total_bytes      7834 drivers/net/ethernet/intel/igb/igb_main.c 				  total_packets, total_bytes);
total_bytes      7838 drivers/net/ethernet/intel/igb/igb_main.c 	tx_ring->tx_stats.bytes += total_bytes;
total_bytes      7841 drivers/net/ethernet/intel/igb/igb_main.c 	q_vector->tx.total_bytes += total_bytes;
total_bytes      8307 drivers/net/ethernet/intel/igb/igb_main.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes      8364 drivers/net/ethernet/intel/igb/igb_main.c 		total_bytes += skb->len;
total_bytes      8383 drivers/net/ethernet/intel/igb/igb_main.c 	rx_ring->rx_stats.bytes += total_bytes;
total_bytes      8386 drivers/net/ethernet/intel/igb/igb_main.c 	q_vector->rx.total_bytes += total_bytes;
total_bytes       253 drivers/net/ethernet/intel/igbvf/netdev.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes       346 drivers/net/ethernet/intel/igbvf/netdev.c 		total_bytes += skb->len;
total_bytes       379 drivers/net/ethernet/intel/igbvf/netdev.c 	adapter->total_rx_bytes += total_bytes;
total_bytes       380 drivers/net/ethernet/intel/igbvf/netdev.c 	netdev->stats.rx_bytes += total_bytes;
total_bytes       776 drivers/net/ethernet/intel/igbvf/netdev.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes       813 drivers/net/ethernet/intel/igbvf/netdev.c 				total_bytes += bytecount;
total_bytes       844 drivers/net/ethernet/intel/igbvf/netdev.c 	netdev->stats.tx_bytes += total_bytes;
total_bytes       236 drivers/net/ethernet/intel/igc/igc.h 	unsigned int total_bytes;       /* total bytes processed this int */
total_bytes      1559 drivers/net/ethernet/intel/igc/igc_main.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes      1618 drivers/net/ethernet/intel/igc/igc_main.c 		total_bytes += skb->len;
total_bytes      1637 drivers/net/ethernet/intel/igc/igc_main.c 	rx_ring->rx_stats.bytes += total_bytes;
total_bytes      1640 drivers/net/ethernet/intel/igc/igc_main.c 	q_vector->rx.total_bytes += total_bytes;
total_bytes      1704 drivers/net/ethernet/intel/igc/igc_main.c 	unsigned int total_bytes = 0, total_packets = 0;
total_bytes      1736 drivers/net/ethernet/intel/igc/igc_main.c 		total_bytes += tx_buffer->bytecount;
total_bytes      1790 drivers/net/ethernet/intel/igc/igc_main.c 				  total_packets, total_bytes);
total_bytes      1795 drivers/net/ethernet/intel/igc/igc_main.c 	tx_ring->tx_stats.bytes += total_bytes;
total_bytes      1798 drivers/net/ethernet/intel/igc/igc_main.c 	q_vector->tx.total_bytes += total_bytes;
total_bytes      3110 drivers/net/ethernet/intel/igc/igc_main.c 		avg_wire_size = q_vector->rx.total_bytes / packets;
total_bytes      3115 drivers/net/ethernet/intel/igc/igc_main.c 				      q_vector->tx.total_bytes / packets);
total_bytes      3145 drivers/net/ethernet/intel/igc/igc_main.c 	q_vector->rx.total_bytes = 0;
total_bytes      3147 drivers/net/ethernet/intel/igc/igc_main.c 	q_vector->tx.total_bytes = 0;
total_bytes      3170 drivers/net/ethernet/intel/igc/igc_main.c 	unsigned int bytes = ring_container->total_bytes;
total_bytes      3211 drivers/net/ethernet/intel/igc/igc_main.c 	ring_container->total_bytes = 0;
total_bytes       429 drivers/net/ethernet/intel/ixgbe/ixgbe.h 	unsigned int total_bytes;	/* total bytes processed this int */
total_bytes      1118 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	unsigned int total_bytes = 0, total_packets = 0, total_ipsec = 0;
total_bytes      1147 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 		total_bytes += tx_buffer->bytecount;
total_bytes      1208 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	tx_ring->stats.bytes += total_bytes;
total_bytes      1211 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	q_vector->tx.total_bytes += total_bytes;
total_bytes      1252 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 				  total_packets, total_bytes);
total_bytes      2424 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	q_vector->rx.total_bytes += total_rx_bytes;
total_bytes      2544 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	bytes = ring_container->total_bytes;
total_bytes      2675 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 	ring_container->total_bytes = 0;
total_bytes       547 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	q_vector->rx.total_bytes += total_rx_bytes;
total_bytes       644 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	unsigned int total_packets = 0, total_bytes = 0;
total_bytes       657 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 		total_bytes += tx_bi->bytecount;
total_bytes       683 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	tx_ring->stats.bytes += total_bytes;
total_bytes       686 drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c 	q_vector->tx.total_bytes += total_bytes;
total_bytes       218 drivers/net/ethernet/intel/ixgbevf/ixgbevf.h 	unsigned int total_bytes;	/* total bytes processed this int */
total_bytes       272 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	unsigned int total_bytes = 0, total_packets = 0, total_ipsec = 0;
total_bytes       301 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 		total_bytes += tx_buffer->bytecount;
total_bytes       362 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	tx_ring->stats.bytes += total_bytes;
total_bytes       365 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	q_vector->tx.total_bytes += total_bytes;
total_bytes      1249 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	q_vector->rx.total_bytes += total_rx_bytes;
total_bytes      1411 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	int bytes = ring_container->total_bytes;
total_bytes      1450 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c 	ring_container->total_bytes = 0;
total_bytes      2705 drivers/net/ethernet/marvell/sky2.c 	unsigned int total_bytes[2] = { 0 };
total_bytes      2737 drivers/net/ethernet/marvell/sky2.c 			total_bytes[port] += length;
total_bytes      2796 drivers/net/ethernet/marvell/sky2.c 	sky2_rx_done(hw, 0, total_packets[0], total_bytes[0]);
total_bytes      2797 drivers/net/ethernet/marvell/sky2.c 	sky2_rx_done(hw, 1, total_packets[1], total_bytes[1]);
total_bytes        64 drivers/net/ethernet/mellanox/mlxfw/mlxfw.h 			      u32 done_bytes, u32 total_bytes);
total_bytes        44 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 				u32 done_bytes, u32 total_bytes)
total_bytes        49 drivers/net/ethernet/mellanox/mlxfw/mlxfw_fsm.c 				      done_bytes, total_bytes);
total_bytes       334 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 				   u32 done_bytes, u32 total_bytes)
total_bytes       342 drivers/net/ethernet/mellanox/mlxsw/spectrum.c 					   done_bytes, total_bytes);
total_bytes       560 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 	u64 total_bytes = 0;
total_bytes       630 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 		total_bytes += start ? len : len + hdrlen;
total_bytes       668 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 				total_bytes += start ? len : len + hdrlen;
total_bytes       691 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 				total_bytes += start ? len : len + hdrlen;
total_bytes       699 drivers/net/ethernet/pensando/ionic/ionic_txrx.c 	stats->bytes += total_bytes;
total_bytes       130 drivers/net/hyperv/hyperv_net.h 	u32 total_bytes;
total_bytes       697 drivers/net/hyperv/netvsc.c 		tx_stats->bytes += packet->total_bytes;
total_bytes       982 drivers/net/hyperv/netvsc.c 			packet->total_bytes += msdp->pkt->total_bytes;
total_bytes       580 drivers/net/hyperv/netvsc_drv.c 	packet->total_bytes = skb->len;
total_bytes      1395 drivers/scsi/qla2xxx/qla_iocb.c 	uint32_t		total_bytes = 0;
total_bytes      1500 drivers/scsi/qla2xxx/qla_iocb.c 		total_bytes = data_bytes;
total_bytes      1508 drivers/scsi/qla2xxx/qla_iocb.c 		total_bytes = data_bytes + dif_bytes;
total_bytes      1547 drivers/scsi/qla2xxx/qla_iocb.c 	cmd_pkt->byte_count = cpu_to_le32(total_bytes);
total_bytes      1550 drivers/scsi/qla2xxx/qla_iocb.c 	*fcp_dl = htonl(total_bytes);
total_bytes       255 drivers/staging/octeon/ethernet-tx.c 	pko_command.s.total_bytes = skb->len;
total_bytes      1143 drivers/staging/octeon/octeon-stubs.h 	        uint64_t total_bytes:16;
total_bytes        88 drivers/staging/sm750fb/ddk750_hwi2c.c 	unsigned int total_bytes = 0;
total_bytes       127 drivers/staging/sm750fb/ddk750_hwi2c.c 		total_bytes += (count + 1);
total_bytes       131 drivers/staging/sm750fb/ddk750_hwi2c.c 	return total_bytes;
total_bytes       153 drivers/staging/sm750fb/ddk750_hwi2c.c 	unsigned int total_bytes = 0;
total_bytes       192 drivers/staging/sm750fb/ddk750_hwi2c.c 		total_bytes += (count + 1);
total_bytes       196 drivers/staging/sm750fb/ddk750_hwi2c.c 	return total_bytes;
total_bytes       658 drivers/tty/serial/qcom_geni_serial.c 	u32 total_bytes;
total_bytes       669 drivers/tty/serial/qcom_geni_serial.c 	total_bytes = port->rx_bytes_pw * (word_cnt - 1);
total_bytes       671 drivers/tty/serial/qcom_geni_serial.c 		total_bytes += last_word_byte_cnt;
total_bytes       673 drivers/tty/serial/qcom_geni_serial.c 		total_bytes += port->rx_bytes_pw;
total_bytes       674 drivers/tty/serial/qcom_geni_serial.c 	port->handle_rx(uport, total_bytes, drop);
total_bytes       194 drivers/usb/host/fhci-sched.c 	if (usb->actual_frame->total_bytes + len + PROTOCOL_OVERHEAD >=
total_bytes       197 drivers/usb/host/fhci-sched.c 			  "%d %d %d\n", usb->actual_frame->total_bytes, len,
total_bytes       231 drivers/usb/host/fhci-sched.c 	usb->actual_frame->total_bytes += (len + PROTOCOL_OVERHEAD);
total_bytes       247 drivers/usb/host/fhci-sched.c 		usb->actual_frame->total_bytes -= (len + PROTOCOL_OVERHEAD);
total_bytes       315 drivers/usb/host/fhci-sched.c 		if (usb->actual_frame->total_bytes >=
total_bytes       324 drivers/usb/host/fhci-sched.c 		if (usb->actual_frame->total_bytes >= frame_part[list_type])
total_bytes       349 drivers/usb/host/fhci-sched.c 	usb->actual_frame->total_bytes = 0;
total_bytes       369 drivers/usb/host/fhci-sched.c 	if (usb->actual_frame->total_bytes == 0) {
total_bytes       419 drivers/usb/host/fhci.h 	u16 total_bytes; /* total bytes submitted within this frame */
total_bytes       552 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	u32 total_bytes;
total_bytes       572 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	total_bytes = dsi->update_bytes;
total_bytes       581 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			total_bytes,
total_bytes       582 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			total_bytes * 1000 / total_us);
total_bytes      2195 fs/btrfs/backref.c struct btrfs_data_container *init_data_container(u32 total_bytes)
total_bytes      2200 fs/btrfs/backref.c 	alloc_bytes = max_t(size_t, total_bytes, sizeof(*data));
total_bytes      2205 fs/btrfs/backref.c 	if (total_bytes >= sizeof(*data)) {
total_bytes      2206 fs/btrfs/backref.c 		data->bytes_left = total_bytes - sizeof(*data);
total_bytes      2209 fs/btrfs/backref.c 		data->bytes_missing = sizeof(*data) - total_bytes;
total_bytes      2225 fs/btrfs/backref.c struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
total_bytes      2231 fs/btrfs/backref.c 	fspath = init_data_container(total_bytes);
total_bytes        51 fs/btrfs/backref.h struct btrfs_data_container *init_data_container(u32 total_bytes);
total_bytes        52 fs/btrfs/backref.h struct inode_fs_paths *init_ipath(s32 total_bytes, struct btrfs_root *fs_root,
total_bytes      1049 fs/btrfs/block-group.c 		WARN_ON(block_group->space_info->total_bytes
total_bytes      1056 fs/btrfs/block-group.c 	block_group->space_info->total_bytes -= block_group->key.offset;
total_bytes      1226 fs/btrfs/block-group.c 	    sinfo->total_bytes) {
total_bytes      2839 fs/btrfs/block-group.c 		if (sinfo->total_bytes - bytes_used < thresh)
total_bytes      2843 fs/btrfs/block-group.c 	if (bytes_used + SZ_2M < div_factor(sinfo->total_bytes, 8))
total_bytes      3017 fs/btrfs/block-group.c 	left = info->total_bytes - btrfs_space_info_used(info, true);
total_bytes       198 fs/btrfs/ctree.h 	__le64 total_bytes;
total_bytes       235 fs/btrfs/ctree.h 	__le64 total_bytes;
total_bytes      1399 fs/btrfs/ctree.h 		     sizeof(((struct btrfs_dev_item *)0))->total_bytes);
total_bytes      1401 fs/btrfs/ctree.h 					    total_bytes));
total_bytes      1408 fs/btrfs/ctree.h 		     sizeof(((struct btrfs_dev_item *)0))->total_bytes);
total_bytes      1410 fs/btrfs/ctree.h 	btrfs_set_64(eb, s, offsetof(struct btrfs_dev_item, total_bytes), val);
total_bytes      1429 fs/btrfs/ctree.h 			 total_bytes, 64);
total_bytes      2021 fs/btrfs/ctree.h 		   total_bytes, 64);
total_bytes      2135 fs/btrfs/ctree.h 			 total_bytes, 64);
total_bytes        35 fs/btrfs/delalloc-space.c 	if (used + bytes > data_sinfo->total_bytes) {
total_bytes        85 fs/btrfs/delalloc-space.c 			used + bytes - data_sinfo->total_bytes,
total_bytes       144 fs/btrfs/dev-replace.c 				dev_replace->tgtdev->total_bytes =
total_bytes       145 fs/btrfs/dev-replace.c 					dev_replace->srcdev->total_bytes;
total_bytes       246 fs/btrfs/dev-replace.c 	device->total_bytes = btrfs_device_get_total_bytes(srcdev);
total_bytes       674 fs/btrfs/dev-replace.c 	btrfs_device_set_total_bytes(tgt_device, src_device->total_bytes);
total_bytes      5573 fs/btrfs/extent-tree.c 	if (device->total_bytes <= device->bytes_used)
total_bytes      5598 fs/btrfs/extent-tree.c 		end = min(end, device->total_bytes - 1);
total_bytes      1691 fs/btrfs/extent_io.c 	u64 total_bytes = 0;
total_bytes      1725 fs/btrfs/extent_io.c 		total_bytes += state->end - state->start + 1;
total_bytes      1726 fs/btrfs/extent_io.c 		if (total_bytes >= max_bytes)
total_bytes      1969 fs/btrfs/extent_io.c 	u64 total_bytes = 0;
total_bytes      1978 fs/btrfs/extent_io.c 		total_bytes = tree->dirty_bytes;
total_bytes      1996 fs/btrfs/extent_io.c 			total_bytes += min(search_end, state->end) + 1 -
total_bytes      1998 fs/btrfs/extent_io.c 			if (total_bytes >= max_bytes)
total_bytes      2014 fs/btrfs/extent_io.c 	return total_bytes;
total_bytes       445 fs/btrfs/file-item.c 	unsigned long total_bytes = 0;
total_bytes       496 fs/btrfs/file-item.c 				bytes_left = bio->bi_iter.bi_size - total_bytes;
total_bytes       508 fs/btrfs/file-item.c 					+ total_bytes;
total_bytes       522 fs/btrfs/file-item.c 			total_bytes += fs_info->sectorsize;
total_bytes       750 fs/btrfs/file-item.c 	u64 total_bytes = 0;
total_bytes       766 fs/btrfs/file-item.c 	bytenr = sums->bytenr + total_bytes;
total_bytes       858 fs/btrfs/file-item.c 		tmp = sums->len - total_bytes;
total_bytes       883 fs/btrfs/file-item.c 		tmp = sums->len - total_bytes;
total_bytes       910 fs/btrfs/file-item.c 	ins_size = (u32)(sums->len - total_bytes) >>
total_bytes       920 fs/btrfs/file-item.c 	total_bytes += ins_size * fs_info->sectorsize;
total_bytes       923 fs/btrfs/file-item.c 	if (total_bytes < sums->len) {
total_bytes      3205 fs/btrfs/ioctl.c 	di_args->total_bytes = btrfs_device_get_total_bytes(dev);
total_bytes      4038 fs/btrfs/ioctl.c 	space->total_bytes = 0;
total_bytes      4043 fs/btrfs/ioctl.c 		space->total_bytes += block_group->key.offset;
total_bytes      4170 fs/btrfs/ioctl.c 		space.total_bytes = block_rsv->size;
total_bytes       115 fs/btrfs/space-info.c 			     u64 total_bytes, u64 bytes_used,
total_bytes       127 fs/btrfs/space-info.c 	found->total_bytes += total_bytes;
total_bytes       128 fs/btrfs/space-info.c 	found->disk_total += total_bytes * factor;
total_bytes       132 fs/btrfs/space-info.c 	if (total_bytes > 0)
total_bytes       204 fs/btrfs/space-info.c 	if (used + bytes < space_info->total_bytes + avail)
total_bytes       230 fs/btrfs/space-info.c 		if ((used + ticket->bytes <= space_info->total_bytes) ||
total_bytes       268 fs/btrfs/space-info.c 		   info->total_bytes - btrfs_space_info_used(info, true),
total_bytes       272 fs/btrfs/space-info.c 		info->total_bytes, info->bytes_used, info->bytes_pinned,
total_bytes       476 fs/btrfs/space-info.c 	if (cur_free_bytes < space_info->total_bytes)
total_bytes       477 fs/btrfs/space-info.c 		cur_free_bytes = space_info->total_bytes - cur_free_bytes;
total_bytes       655 fs/btrfs/space-info.c 		expected = div_factor_fine(space_info->total_bytes, 95);
total_bytes       657 fs/btrfs/space-info.c 		expected = div_factor_fine(space_info->total_bytes, 90);
total_bytes       672 fs/btrfs/space-info.c 	u64 thresh = div_factor_fine(space_info->total_bytes, 98);
total_bytes      1017 fs/btrfs/space-info.c 	    ((used + orig_bytes <= space_info->total_bytes) ||
total_bytes         9 fs/btrfs/space-info.h 	u64 total_bytes;	/* total bytes in the space,
total_bytes       114 fs/btrfs/space-info.h 			     u64 total_bytes, u64 bytes_used,
total_bytes      1958 fs/btrfs/super.c 		avail_space = device->total_bytes - device->bytes_used;
total_bytes       367 fs/btrfs/sysfs.c BTRFS_ATTR(raid, total_bytes, raid_bytes_show);
total_bytes       381 fs/btrfs/sysfs.c 		if (&attr->attr == BTRFS_ATTR_PTR(raid, total_bytes))
total_bytes       391 fs/btrfs/sysfs.c 	BTRFS_ATTR_PTR(raid, total_bytes),
total_bytes       428 fs/btrfs/sysfs.c SPACE_INFO_ATTR(total_bytes);
total_bytes       441 fs/btrfs/sysfs.c 	BTRFS_ATTR_PTR(space_info, total_bytes),
total_bytes      1610 fs/btrfs/volumes.c 	u64 search_end = device->total_bytes;
total_bytes      2661 fs/btrfs/volumes.c 	device->total_bytes = round_down(i_size_read(bdev->bd_inode),
total_bytes      2663 fs/btrfs/volumes.c 	device->disk_total_bytes = device->total_bytes;
total_bytes      2664 fs/btrfs/volumes.c 	device->commit_total_bytes = device->total_bytes;
total_bytes      2692 fs/btrfs/volumes.c 	fs_devices->total_rw_bytes += device->total_bytes;
total_bytes      2694 fs/btrfs/volumes.c 	atomic64_add(device->total_bytes, &fs_info->free_chunk_space);
total_bytes      2701 fs/btrfs/volumes.c 		round_down(orig_super_total_bytes + device->total_bytes,
total_bytes      2786 fs/btrfs/volumes.c 	fs_info->fs_devices->total_rw_bytes -= device->total_bytes;
total_bytes      2787 fs/btrfs/volumes.c 	atomic64_sub(device->total_bytes, &fs_info->free_chunk_space);
total_bytes      2871 fs/btrfs/volumes.c 	diff = round_down(new_size - device->total_bytes, fs_info->sectorsize);
total_bytes      2873 fs/btrfs/volumes.c 	if (new_size <= device->total_bytes ||
total_bytes      5055 fs/btrfs/volumes.c 		if (device->total_bytes > device->bytes_used)
total_bytes      5056 fs/btrfs/volumes.c 			total_avail = device->total_bytes - device->bytes_used;
total_bytes      6885 fs/btrfs/volumes.c 	device->total_bytes = device->disk_total_bytes;
total_bytes      7045 fs/btrfs/volumes.c 		device->fs_devices->total_rw_bytes += device->total_bytes;
total_bytes      7046 fs/btrfs/volumes.c 		atomic64_add(device->total_bytes - device->bytes_used,
total_bytes        94 fs/btrfs/volumes.h 	u64 total_bytes;
total_bytes       217 fs/btrfs/volumes.h BTRFS_DEVICE_GETSET_FUNCS(total_bytes);
total_bytes       481 fs/nfs/write.c 	unsigned int total_bytes;
total_bytes       514 fs/nfs/write.c 	total_bytes = head->wb_bytes;
total_bytes       519 fs/nfs/write.c 			if (subreq->wb_offset == head->wb_offset + total_bytes)
total_bytes       520 fs/nfs/write.c 				total_bytes += subreq->wb_bytes;
total_bytes       543 fs/nfs/write.c 		if (subreq->wb_offset == (head->wb_offset + total_bytes)) {
total_bytes       545 fs/nfs/write.c 			total_bytes += subreq->wb_bytes;
total_bytes       548 fs/nfs/write.c 			     (head->wb_offset + total_bytes)))) {
total_bytes       573 fs/nfs/write.c 		head->wb_bytes = total_bytes;
total_bytes       355 include/linux/hyperv.h 	u64 total_bytes;
total_bytes       222 include/uapi/linux/btrfs.h 	__u64 total_bytes;			/* out */
total_bytes       600 include/uapi/linux/btrfs.h 	__u64 total_bytes;
total_bytes       360 include/uapi/linux/btrfs_tree.h 	__le64 total_bytes;
total_bytes       650 net/batman-adv/netlink.c 				  u8 result, u32 test_time, u64 total_bytes,
total_bytes       674 net/batman-adv/netlink.c 	if (nla_put_u64_64bit(msg, BATADV_ATTR_TPMETER_BYTES, total_bytes,
total_bytes        21 net/batman-adv/netlink.h 				  u8 result, u32 test_time, u64 total_bytes,
total_bytes       220 net/batman-adv/tp_meter.c 	u32 total_bytes;
total_bytes       225 net/batman-adv/tp_meter.c 		total_bytes = total_sent;
total_bytes       229 net/batman-adv/tp_meter.c 		total_bytes = 0;
total_bytes       233 net/batman-adv/tp_meter.c 				      total_bytes, cookie);
total_bytes        98 tools/perf/builtin-timechart.c 	u64		total_bytes;
total_bytes       113 tools/perf/builtin-timechart.c 	u64		total_bytes;
total_bytes       813 tools/perf/builtin-timechart.c 		c->total_bytes += ret;
total_bytes       814 tools/perf/builtin-timechart.c 		p->total_bytes += ret;
total_bytes      1220 tools/perf/builtin-timechart.c 			bytes = c->total_bytes;
total_bytes      1433 tools/perf/builtin-timechart.c 			if (c->total_bytes >= threshold) {
total_bytes       483 tools/testing/selftests/bpf/test_sockmap.c 		float total_bytes, txmsg_pop_total;
total_bytes       499 tools/testing/selftests/bpf/test_sockmap.c 		total_bytes = (float)iov_count * (float)iov_length * (float)cnt;
total_bytes       502 tools/testing/selftests/bpf/test_sockmap.c 			txmsg_pop_total *= (total_bytes / txmsg_apply);
total_bytes       503 tools/testing/selftests/bpf/test_sockmap.c 		total_bytes -= txmsg_pop_total;
total_bytes       507 tools/testing/selftests/bpf/test_sockmap.c 		while (s->bytes_recvd < total_bytes) {
total_bytes       527 tools/testing/selftests/bpf/test_sockmap.c 					fprintf(stderr, "unexpected timeout: recved %zu/%f pop_total %f\n", s->bytes_recvd, total_bytes, txmsg_pop_total);
total_bytes        97 tools/testing/selftests/net/psock_tpacket.c static unsigned int total_packets, total_bytes;
total_bytes       247 tools/testing/selftests/net/psock_tpacket.c 				total_bytes += ppd.v1->tp_h.tp_snaplen;
total_bytes       253 tools/testing/selftests/net/psock_tpacket.c 				total_bytes += ppd.v2->tp_h.tp_snaplen;
total_bytes       276 tools/testing/selftests/net/psock_tpacket.c 	fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1);
total_bytes       433 tools/testing/selftests/net/psock_tpacket.c 				total_bytes += ppd.v1->tp_h.tp_snaplen;
total_bytes       443 tools/testing/selftests/net/psock_tpacket.c 				total_bytes += ppd.v2->tp_h.tp_snaplen;
total_bytes       455 tools/testing/selftests/net/psock_tpacket.c 				total_bytes += tx->tp_snaplen;
total_bytes       572 tools/testing/selftests/net/psock_tpacket.c 	total_bytes += bytes;
total_bytes       619 tools/testing/selftests/net/psock_tpacket.c 	fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, total_bytes >> 1);
total_bytes       705 tools/testing/selftests/net/psock_tpacket.c 	total_bytes = 0;