tot              4216 drivers/gpu/drm/omapdrm/dss/dsi.c 	int bl, wc, pps, tot;
tot              4221 drivers/gpu/drm/omapdrm/dss/dsi.c 	tot = bl + pps;
tot              4230 drivers/gpu/drm/omapdrm/dss/dsi.c 			bl, pps, tot,
tot              4241 drivers/gpu/drm/omapdrm/dss/dsi.c 			TO_DSI_T(tot));
tot              4248 drivers/gpu/drm/omapdrm/dss/dsi.c 	int hact, bl, tot;
tot              4252 drivers/gpu/drm/omapdrm/dss/dsi.c 	tot = hact + bl;
tot              4261 drivers/gpu/drm/omapdrm/dss/dsi.c 			bl, hact, tot,
tot              4268 drivers/gpu/drm/omapdrm/dss/dsi.c 			TO_DISPC_T(tot));
tot                71 drivers/media/platform/vivid/vivid-vbi-gen.c 	unsigned tot = 0;
tot                76 drivers/media/platform/vivid/vivid-vbi-gen.c 		tot += cc[2 * i];
tot                78 drivers/media/platform/vivid/vivid-vbi-gen.c 	cc[14] = cc[15] = !(tot & 1);
tot               169 drivers/media/platform/vivid/vivid-vbi-gen.c 	unsigned tot = 0;
tot               172 drivers/media/platform/vivid/vivid-vbi-gen.c 		tot += (val & (1 << i)) ? 1 : 0;
tot               173 drivers/media/platform/vivid/vivid-vbi-gen.c 	return val | ((tot & 1) ? 0 : 0x80);
tot               586 drivers/mmc/core/mmc_test.c 	uint64_t tot = bytes * count;
tot               591 drivers/mmc/core/mmc_test.c 	rate = mmc_test_rate(tot, &ts);
tot               438 drivers/mtd/nand/raw/nandsim.c 	unsigned long deciles[10], decile_max[10], tot = 0;
tot               448 drivers/mtd/nand/raw/nandsim.c 		tot += wear;
tot               466 drivers/mtd/nand/raw/nandsim.c 	avg = tot / wear_eb_count;
tot               469 drivers/mtd/nand/raw/nandsim.c 	seq_printf(m, "Total numbers of erases:  %lu\n", tot);
tot              1657 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	unsigned long tot = 0;
tot              1660 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 		tot += adapter->sge.qs[i].port_stats[idx];
tot              1661 drivers/net/ethernet/chelsio/cxgb3/cxgb3_main.c 	return tot;
tot               378 drivers/net/ethernet/intel/e1000e/hw.h 	u64 tot;
tot               209 drivers/net/ethernet/intel/igb/e1000_hw.h 	u64 tot;
tot               585 drivers/net/ethernet/intel/igb/igb_ethtool.c 	regs_buff[98] = adapter->stats.tot;
tot              6364 drivers/net/ethernet/intel/igb/igb_main.c 	adapter->stats.tot += rd32(E1000_TOTH);
tot               252 drivers/net/ethernet/intel/igc/igc_ethtool.c 	regs_buff[71] = adapter->stats.tot;
tot               261 drivers/net/ethernet/intel/igc/igc_hw.h 	u64 tot;
tot              2006 drivers/net/ethernet/intel/igc/igc_main.c 	adapter->stats.tot += rd32(IGC_TOTH);
tot              2732 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	int tot;
tot              2737 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	tot = (total_mem + (page_offset << 6)) >> page_shift;
tot              2738 drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 	total_pages = !tot ? 1 : roundup_pow_of_two(tot);
tot               988 drivers/net/ethernet/toshiba/spider_net.c 	int tot = 0;
tot              1033 drivers/net/ethernet/toshiba/spider_net.c 		tot ++;
tot              1038 drivers/net/ethernet/toshiba/spider_net.c 	         "for a total of %d descrs\n", cnt, cstat, tot);
tot              1158 drivers/net/hyperv/netvsc_drv.c 				struct netvsc_vf_pcpu_stats *tot)
tot              1163 drivers/net/hyperv/netvsc_drv.c 	memset(tot, 0, sizeof(*tot));
tot              1179 drivers/net/hyperv/netvsc_drv.c 		tot->rx_packets += rx_packets;
tot              1180 drivers/net/hyperv/netvsc_drv.c 		tot->tx_packets += tx_packets;
tot              1181 drivers/net/hyperv/netvsc_drv.c 		tot->rx_bytes   += rx_bytes;
tot              1182 drivers/net/hyperv/netvsc_drv.c 		tot->tx_bytes   += tx_bytes;
tot              1183 drivers/net/hyperv/netvsc_drv.c 		tot->tx_dropped += stats->tx_dropped;
tot               333 drivers/net/veth.c 			     struct rtnl_link_stats64 *tot)
tot               340 drivers/net/veth.c 	tot->tx_dropped = veth_stats_tx(&tx, dev);
tot               341 drivers/net/veth.c 	tot->tx_bytes = tx.bytes;
tot               342 drivers/net/veth.c 	tot->tx_packets = tx.packets;
tot               345 drivers/net/veth.c 	tot->rx_dropped = rx.xdp_drops;
tot               346 drivers/net/veth.c 	tot->rx_bytes = rx.xdp_bytes;
tot               347 drivers/net/veth.c 	tot->rx_packets = rx.xdp_packets;
tot               352 drivers/net/veth.c 		tot->rx_dropped += veth_stats_tx(&tx, peer);
tot               353 drivers/net/veth.c 		tot->rx_bytes += tx.bytes;
tot               354 drivers/net/veth.c 		tot->rx_packets += tx.packets;
tot               357 drivers/net/veth.c 		tot->tx_bytes += rx.xdp_bytes;
tot               358 drivers/net/veth.c 		tot->tx_packets += rx.xdp_packets;
tot              1719 drivers/net/virtio_net.c 			  struct rtnl_link_stats64 *tot)
tot              1743 drivers/net/virtio_net.c 		tot->rx_packets += rpackets;
tot              1744 drivers/net/virtio_net.c 		tot->tx_packets += tpackets;
tot              1745 drivers/net/virtio_net.c 		tot->rx_bytes   += rbytes;
tot              1746 drivers/net/virtio_net.c 		tot->tx_bytes   += tbytes;
tot              1747 drivers/net/virtio_net.c 		tot->rx_dropped += rdrops;
tot              1750 drivers/net/virtio_net.c 	tot->tx_dropped = dev->stats.tx_dropped;
tot              1751 drivers/net/virtio_net.c 	tot->tx_fifo_errors = dev->stats.tx_fifo_errors;
tot              1752 drivers/net/virtio_net.c 	tot->rx_length_errors = dev->stats.rx_length_errors;
tot              1753 drivers/net/virtio_net.c 	tot->rx_frame_errors = dev->stats.rx_frame_errors;
tot              1096 drivers/net/xen-netfront.c 			       struct rtnl_link_stats64 *tot)
tot              1119 drivers/net/xen-netfront.c 		tot->rx_packets += rx_packets;
tot              1120 drivers/net/xen-netfront.c 		tot->tx_packets += tx_packets;
tot              1121 drivers/net/xen-netfront.c 		tot->rx_bytes   += rx_bytes;
tot              1122 drivers/net/xen-netfront.c 		tot->tx_bytes   += tx_bytes;
tot              1125 drivers/net/xen-netfront.c 	tot->rx_errors  = dev->stats.rx_errors;
tot              1126 drivers/net/xen-netfront.c 	tot->tx_dropped = dev->stats.tx_dropped;
tot               174 drivers/scsi/lpfc/lpfc_attr.c 	uint64_t totin, totout, tot;
tot               324 drivers/scsi/lpfc/lpfc_attr.c 		tot = atomic_read(&tgtp->rcv_fcp_cmd_drop);
tot               325 drivers/scsi/lpfc/lpfc_attr.c 		tot += atomic_read(&tgtp->xmt_fcp_release);
tot               326 drivers/scsi/lpfc/lpfc_attr.c 		tot = atomic_read(&tgtp->rcv_fcp_cmd_in) - tot;
tot               334 drivers/scsi/lpfc/lpfc_attr.c 			  tot);
tot               476 drivers/scsi/lpfc/lpfc_attr.c 		tot = cstat->io_cmpls;
tot               477 drivers/scsi/lpfc/lpfc_attr.c 		totin += tot;
tot               542 drivers/scsi/lpfc/lpfc_attr.c 	u64 tot, totin, totout;
tot               556 drivers/scsi/lpfc/lpfc_attr.c 		tot = cstat->io_cmpls;
tot               557 drivers/scsi/lpfc/lpfc_attr.c 		totin += tot;
tot               569 drivers/scsi/lpfc/lpfc_attr.c 			  tot, ((data1 + data2 + data3) - tot));
tot              1042 drivers/scsi/lpfc/lpfc_debugfs.c 	uint64_t tot, totin, totout;
tot              1155 drivers/scsi/lpfc/lpfc_debugfs.c 		tot = atomic_read(&tgtp->rcv_fcp_cmd_drop);
tot              1156 drivers/scsi/lpfc/lpfc_debugfs.c 		tot += atomic_read(&tgtp->xmt_fcp_release);
tot              1157 drivers/scsi/lpfc/lpfc_debugfs.c 		tot = atomic_read(&tgtp->rcv_fcp_cmd_in) - tot;
tot              1165 drivers/scsi/lpfc/lpfc_debugfs.c 				tot);
tot              1189 drivers/scsi/lpfc/lpfc_debugfs.c 			tot = cstat->io_cmpls;
tot              1190 drivers/scsi/lpfc/lpfc_debugfs.c 			totin += tot;
tot              1206 drivers/scsi/lpfc/lpfc_debugfs.c 					tot, ((data1 + data2 + data3) - tot));
tot              1261 drivers/scsi/lpfc/lpfc_debugfs.c 	u64 tot, totin, totout;
tot              1275 drivers/scsi/lpfc/lpfc_debugfs.c 		tot = cstat->io_cmpls;
tot              1276 drivers/scsi/lpfc/lpfc_debugfs.c 		totin += tot;
tot              1288 drivers/scsi/lpfc/lpfc_debugfs.c 			  tot, ((data1 + data2 + data3) - tot));
tot              4320 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	int bl, wc, pps, tot;
tot              4325 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	tot = bl + pps;
tot              4334 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			bl, pps, tot,
tot              4345 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			TO_DSI_T(tot));
tot              4352 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	int hact, bl, tot;
tot              4356 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	tot = hact + bl;
tot              4365 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			bl, hact, tot,
tot              4372 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			TO_DISPC_T(tot));
tot              3344 fs/buffer.c    	int tot = 0;
tot              3350 fs/buffer.c    		tot += per_cpu(bh_accounting, i).nr;
tot              3351 fs/buffer.c    	buffer_heads_over_limit = (tot > max_buffer_heads);
tot               669 fs/nfsd/nfssvc.c 	int tot = 0;
tot               682 fs/nfsd/nfssvc.c 	tot = 0;
tot               685 fs/nfsd/nfssvc.c 		tot += nthreads[i];
tot               687 fs/nfsd/nfssvc.c 	if (tot > NFSD_MAXSERVS) {
tot               689 fs/nfsd/nfssvc.c 		for (i = 0; i < n && tot > 0; i++) {
tot               690 fs/nfsd/nfssvc.c 		    	int new = nthreads[i] * NFSD_MAXSERVS / tot;
tot               691 fs/nfsd/nfssvc.c 			tot -= (nthreads[i] - new);
tot               694 fs/nfsd/nfssvc.c 		for (i = 0; i < n && tot > 0; i++) {
tot               696 fs/nfsd/nfssvc.c 			tot--;
tot               144 fs/ocfs2/dlm/dlmrecovery.c 	int tot=0;
tot               151 fs/ocfs2/dlm/dlmrecovery.c 		tot++;
tot               153 fs/ocfs2/dlm/dlmrecovery.c 	mlog(0, "%s: work thread has %d work items\n", dlm->name, tot);
tot               120 fs/xfs/libxfs/xfs_dir2.h 				xfs_extlen_t tot);
tot               126 fs/xfs/libxfs/xfs_dir2.h 				xfs_extlen_t tot);
tot               129 fs/xfs/libxfs/xfs_dir2.h 				xfs_extlen_t tot);
tot               277 include/net/ip_tunnels.h 			   struct rtnl_link_stats64 *tot);
tot               185 net/ipv4/ip_tunnel_core.c 			   struct rtnl_link_stats64 *tot)
tot               189 net/ipv4/ip_tunnel_core.c 	netdev_stats_to_stats64(tot, &dev->stats);
tot               205 net/ipv4/ip_tunnel_core.c 		tot->rx_packets += rx_packets;
tot               206 net/ipv4/ip_tunnel_core.c 		tot->tx_packets += tx_packets;
tot               207 net/ipv4/ip_tunnel_core.c 		tot->rx_bytes   += rx_bytes;
tot               208 net/ipv4/ip_tunnel_core.c 		tot->tx_bytes   += tx_bytes;
tot               821 tools/perf/builtin-c2c.c 	int tot = 0, st = 0;
tot               831 tools/perf/builtin-c2c.c 		tot = total->rmt_hitm;
tot               835 tools/perf/builtin-c2c.c 		tot = total->lcl_hitm;
tot               839 tools/perf/builtin-c2c.c 		tot = total->tot_hitm;
tot               844 tools/perf/builtin-c2c.c 	p = tot ? (double) st / tot : 0;
tot               910 tools/perf/builtin-c2c.c static double percent(int st, int tot)
tot               912 tools/perf/builtin-c2c.c 	return tot ? 100. * (double) st / (double) tot : 0;