Home
last modified time | relevance | path

Searched refs:totals (Results 1 – 15 of 15) sorted by relevance

/linux/samples/bpf/
H A Dxdp_sample_user.c120 } totals; member
685 out->totals.rx += pps; in stats_get_rx_cnt()
687 out->totals.err += err; in stats_get_rx_cnt()
899 out->totals.err += sum; in stats_get_redirect_err_cnt()
1114 out->totals.err + out->totals.drop + out->totals.drop_xmit, in stats_print()
1428 sample_out.totals.rx += out->totals.rx; in sample_summary_update()
1429 sample_out.totals.redir += out->totals.redir; in sample_summary_update()
1430 sample_out.totals.drop += out->totals.drop; in sample_summary_update()
1431 sample_out.totals.drop_xmit += out->totals.drop_xmit; in sample_summary_update()
1432 sample_out.totals.err += out->totals.err; in sample_summary_update()
[all …]
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py118 totals = {"pass": 0, "fail": 0, "skip": 0, "xfail": 0}
132 totals['skip'] += 1
136 totals['xfail'] += 1
143 totals['fail'] += 1
148 totals['pass'] += 1
150 totals['fail'] += 1
/linux/tools/mm/
H A Dslabinfo-gnuplot.sh184 mode=totals
228 totals)
255 totals)
H A Dslabinfo.c801 static void totals(void) in totals() function
1368 totals(); in xtotals()
1536 totals(); in main()
/linux/drivers/md/dm-vdo/
H A Dblock-map.c3288 struct block_map_statistics totals; in vdo_get_block_map_statistics() local
3295 totals.dirty_pages += READ_ONCE(stats->dirty_pages); in vdo_get_block_map_statistics()
3296 totals.clean_pages += READ_ONCE(stats->clean_pages); in vdo_get_block_map_statistics()
3297 totals.free_pages += READ_ONCE(stats->free_pages); in vdo_get_block_map_statistics()
3298 totals.failed_pages += READ_ONCE(stats->failed_pages); in vdo_get_block_map_statistics()
3302 totals.read_count += READ_ONCE(stats->read_count); in vdo_get_block_map_statistics()
3303 totals.write_count += READ_ONCE(stats->write_count); in vdo_get_block_map_statistics()
3306 totals.reclaimed += READ_ONCE(stats->reclaimed); in vdo_get_block_map_statistics()
3313 totals.pages_saved += READ_ONCE(stats->pages_saved); in vdo_get_block_map_statistics()
3314 totals.flush_count += READ_ONCE(stats->flush_count); in vdo_get_block_map_statistics()
[all …]
H A Dslab-depot.c4995 struct block_allocator_statistics totals; in get_block_allocator_statistics() local
4998 memset(&totals, 0, sizeof(totals)); in get_block_allocator_statistics()
5004 totals.slab_count += allocator->slab_count; in get_block_allocator_statistics()
5009 return totals; in get_block_allocator_statistics()
5021 struct ref_counts_statistics totals; in get_ref_counts_statistics() local
5024 memset(&totals, 0, sizeof(totals)); in get_ref_counts_statistics()
5027 totals.blocks_written += in get_ref_counts_statistics()
5031 return totals; in get_ref_counts_statistics()
5043 struct slab_journal_statistics totals; in get_slab_journal_statistics() local
5046 memset(&totals, 0, sizeof(totals)); in get_slab_journal_statistics()
[all …]
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c756 u64 *totals, *tot; in fun_get_ethtool_stats() local
770 totals = data + netdev->real_num_tx_queues * ARRAY_SIZE(txq_stat_names); in fun_get_ethtool_stats()
773 tot = totals; in fun_get_ethtool_stats()
796 totals = data + fp->num_xdpqs * ARRAY_SIZE(xdpq_stat_names); in fun_get_ethtool_stats()
799 tot = totals; in fun_get_ethtool_stats()
811 totals = data + netdev->real_num_rx_queues * ARRAY_SIZE(rxq_stat_names); in fun_get_ethtool_stats()
814 tot = totals; in fun_get_ethtool_stats()
/linux/fs/nfs/
H A Dsuper.c664 struct nfs_iostats totals = { }; in nfs_show_stats() local
719 totals.events[i] += stats->events[i]; in nfs_show_stats()
721 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats()
728 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats()
731 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()
/linux/Documentation/mm/
H A Dslub.rst352 - Slabcache Totals: FOO_STATS-totals.png
371 generated pre-processed \*-totals::
373 slabinfo-gnuplot.sh -t STATS1-totals STATS2-totals .. STATSN-totals
/linux/tools/perf/
H A Dbuiltin-sched.c2824 struct total_run_stats totals; in timehist_print_summary() local
2831 memset(&totals, 0, sizeof(totals)); in timehist_print_summary()
2832 totals.sched = sched; in timehist_print_summary()
2852 machine__for_each_thread(m, show_thread_runtime, &totals); in timehist_print_summary()
2853 task_count = totals.task_count; in timehist_print_summary()
2872 totals.sched_count += r->run_stats.n; in timehist_print_summary()
2912 totals.task_count, totals.sched_count); in timehist_print_summary()
2915 print_sched_time(totals.total_run_time, 2); in timehist_print_summary()
/linux/Documentation/RCU/
H A Dtorture.rst130 debugging. The final "T" entry contains the totals of the counters.
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst879 into their global totals, for more accurate reports when testing
882 As a side-effect, it also checks for negative totals (elsewhere reported
/linux/Documentation/trace/
H A Dhistogram.rst20 event format fields (or stacktrace) and a set of running totals
300 totals for the run. The 'Hits' field shows the total number of
656 gather and display sorted totals for each process, you can use the
H A Devents.rst570 totals derived from one or more trace event format fields and/or
/linux/Documentation/admin-guide/RAS/
H A Dmain.rst931 In this directory there are two default counter attributes, which are totals of