| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_inq.c | 352 ssize_t ret, tot; in process_one_client() local 416 tot = 0; in process_one_client() 423 tot += ret; in process_one_client() 427 if (tcp_inq > expect_len - tot) in process_one_client() 429 tcp_inq, expect_len - tot, (int)expect_len); in process_one_client() 431 assert(tcp_inq <= expect_len - tot); in process_one_client() 432 } while ((size_t)tot < expect_len); in process_one_client()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.h | 65 xfs_extlen_t tot); 71 xfs_extlen_t tot); 74 xfs_extlen_t tot);
|
| /linux/Documentation/trace/ |
| H A D | tracepoints.rst | 127 int tot = 0; 130 tot += calculate_nuggets(); 132 trace_foo_bar_tp(tot);
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 74 tot = 0 77 return tot 78 tot += 1 79 return tot 83 tot = 0 86 return tot 87 tot += 1 88 return tot
|
| /linux/tools/perf/ |
| H A D | builtin-c2c.c | 835 int tot = 0, st = 0; in percent_costly_snoop() local 845 tot = total->rmt_hitm; in percent_costly_snoop() 849 tot = total->lcl_hitm; in percent_costly_snoop() 853 tot = total->tot_hitm; in percent_costly_snoop() 857 tot = total->tot_peer; in percent_costly_snoop() 863 p = tot ? (double) st / tot : 0; in percent_costly_snoop() 929 static double percent(u32 st, u32 tot) in percent() argument 931 return tot ? 100. * (double) st / (double) tot : 0; in percent()
|
| H A D | builtin-kvm.c | 235 static double percent(u64 st, u64 tot) in percent() argument 237 return tot ? 100. * (double) st / (double) tot : 0; in percent()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_transport.c | 12 #define ADF_PERCENT(tot, percent) (((tot) * (percent)) / 100) argument
|
| /linux/tools/perf/scripts/python/ |
| H A D | parallel-perf.py | 513 tot = 0 517 tot += cnt 540 interval = int(round(tot / divisor, 0))
|
| H A D | exported-sql-viewer.py | 2952 tot = bsym_start + boff + 1 - sym_start - off 2953 if tot <= 0 or tot > 16384: 2963 buf_sz = tot + 16 2964 buf = create_string_buffer(tot + 16) 2969 while tot > 0: 2984 tot -= cnt
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_attr.c | 478 uint64_t totin, totout, tot; in lpfc_nvme_info_show() local 628 tot = atomic_read(&tgtp->rcv_fcp_cmd_drop); in lpfc_nvme_info_show() 629 tot += atomic_read(&tgtp->xmt_fcp_release); in lpfc_nvme_info_show() 630 tot = atomic_read(&tgtp->rcv_fcp_cmd_in) - tot; in lpfc_nvme_info_show() 638 tot); in lpfc_nvme_info_show() 781 tot = cstat->io_cmpls; in lpfc_nvme_info_show() 782 totin += tot; in lpfc_nvme_info_show() 845 u64 tot, totin, totout; in lpfc_scsi_stat_show() local 859 tot = cstat->io_cmpls; in lpfc_scsi_stat_show() 860 totin += tot; in lpfc_scsi_stat_show() [all …]
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 209 u64 tot; member
|
| H A D | igb_ethtool.c | 594 regs_buff[98] = adapter->stats.tot; in igb_get_regs()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dsi.c | 4322 int bl, wc, pps, tot; in print_dsi_vm() local 4327 tot = bl + pps; in print_dsi_vm() 4336 bl, pps, tot, in print_dsi_vm() 4347 TO_DSI_T(tot)); in print_dsi_vm() 4354 int hact, bl, tot; in print_dispc_vm() local 4358 tot = hact + bl; in print_dispc_vm() 4367 bl, hact, tot, in print_dispc_vm() 4374 TO_DISPC_T(tot)); in print_dispc_vm()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 422 u64 tot; member
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 3713 struct rtnl_link_stats64 *tot) in virtnet_stats() argument 3738 tot->rx_packets += rpackets; in virtnet_stats() 3739 tot->tx_packets += tpackets; in virtnet_stats() 3740 tot->rx_bytes += rbytes; in virtnet_stats() 3741 tot->tx_bytes += tbytes; in virtnet_stats() 3742 tot->rx_dropped += rdrops; in virtnet_stats() 3743 tot->tx_errors += terrors; in virtnet_stats() 3746 tot->tx_dropped = DEV_STATS_READ(dev, tx_dropped); in virtnet_stats() 3747 tot->tx_fifo_errors = DEV_STATS_READ(dev, tx_fifo_errors); in virtnet_stats() 3748 tot->rx_length_errors = DEV_STATS_READ(dev, rx_length_errors); in virtnet_stats() [all …]
|
| /linux/fs/ |
| H A D | buffer.c | 3013 int tot = 0; in recalc_bh_state() local 3019 tot += per_cpu(bh_accounting, i).nr; in recalc_bh_state() 3020 buffer_heads_over_limit = (tot > max_buffer_heads); in recalc_bh_state()
|
| /linux/fs/ocfs2/dlm/ |
| H A D | dlmrecovery.c | 135 int tot=0; in dlm_dispatch_work() local 142 tot++; in dlm_dispatch_work() 144 mlog(0, "%s: work thread has %d work items\n", dlm->name, tot); in dlm_dispatch_work()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-c2c.txt | 126 and sort on. Total HITMs (tot) as default, except Arm64 uses peer mode
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | resource_tracker.c | 2733 int tot; in qp_get_mtt_size() local 2738 tot = (total_mem + (page_offset << 6)) >> page_shift; in qp_get_mtt_size() 2739 total_pages = !tot ? 1 : roundup_pow_of_two(tot); in qp_get_mtt_size()
|
| /linux/kernel/events/ |
| H A D | core.c | 10131 size_t tot, pad; in perf_event_text_poke() local 10136 tot = sizeof(text_poke_event.old_len) + old_len; in perf_event_text_poke() 10137 tot += sizeof(text_poke_event.new_len) + new_len; in perf_event_text_poke() 10138 pad = ALIGN(tot, sizeof(u64)) - tot; in perf_event_text_poke() 10150 .size = sizeof(text_poke_event.event_id) + tot + pad, in perf_event_text_poke()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | debugfs_htt_stats.h | 1394 __le32 tot; member
|
| H A D | debugfs_htt_stats.c | 2943 le32_to_cpu(htt_stats_buf->tot)); in ath12k_htt_print_latency_prof_stats_tlv()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 276 regs_buff[71] = adapter->stats.tot; in igc_ethtool_get_regs()
|