Home
last modified time | relevance | path

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

/linux-6.14.4/samples/bpf/
Dxdp_sample_user.c120 } totals; member
685 out->totals.rx += pps; in stats_get_rx_cnt()
686 out->totals.drop += drop; in stats_get_rx_cnt()
687 out->totals.err += err; in stats_get_rx_cnt()
850 out->totals.redir += pps; in stats_get_redirect_cnt()
899 out->totals.err += sum; in stats_get_redirect_err_cnt()
944 out->totals.err += sum; in stats_get_exception_cnt()
994 out->totals.xmit += pps; in stats_get_devmap_xmit()
995 out->totals.drop_xmit += drop; in stats_get_devmap_xmit()
996 out->totals.err += err; in stats_get_devmap_xmit()
[all …]
/linux-6.14.4/tools/mm/
Dslabinfo-gnuplot.sh184 mode=totals
228 totals)
255 totals)
Dslabinfo.c801 static void totals(void) in totals() function
1370 totals(); in xtotals()
1538 totals(); in main()
/linux-6.14.4/drivers/md/dm-vdo/
Dblock-map.c3286 struct block_map_statistics totals; in vdo_get_block_map_statistics() local
3288 memset(&totals, 0, sizeof(struct block_map_statistics)); in vdo_get_block_map_statistics()
3293 totals.dirty_pages += READ_ONCE(stats->dirty_pages); in vdo_get_block_map_statistics()
3294 totals.clean_pages += READ_ONCE(stats->clean_pages); in vdo_get_block_map_statistics()
3295 totals.free_pages += READ_ONCE(stats->free_pages); in vdo_get_block_map_statistics()
3296 totals.failed_pages += READ_ONCE(stats->failed_pages); in vdo_get_block_map_statistics()
3297 totals.incoming_pages += READ_ONCE(stats->incoming_pages); in vdo_get_block_map_statistics()
3298 totals.outgoing_pages += READ_ONCE(stats->outgoing_pages); in vdo_get_block_map_statistics()
3299 totals.cache_pressure += READ_ONCE(stats->cache_pressure); in vdo_get_block_map_statistics()
3300 totals.read_count += READ_ONCE(stats->read_count); in vdo_get_block_map_statistics()
[all …]
Dslab-depot.c4984 struct block_allocator_statistics totals; in get_block_allocator_statistics() local
4987 memset(&totals, 0, sizeof(totals)); in get_block_allocator_statistics()
4993 totals.slab_count += allocator->slab_count; in get_block_allocator_statistics()
4994 totals.slabs_opened += READ_ONCE(stats->slabs_opened); in get_block_allocator_statistics()
4995 totals.slabs_reopened += READ_ONCE(stats->slabs_reopened); in get_block_allocator_statistics()
4998 return totals; in get_block_allocator_statistics()
5010 struct ref_counts_statistics totals; in get_ref_counts_statistics() local
5013 memset(&totals, 0, sizeof(totals)); in get_ref_counts_statistics()
5016 totals.blocks_written += in get_ref_counts_statistics()
5020 return totals; in get_ref_counts_statistics()
[all …]
/linux-6.14.4/tools/testing/selftests/net/lib/py/
Dksft.py203 totals = {"pass": 0, "fail": 0, "skip": 0, "xfail": 0}
241 totals[cnt_key] += 1
/linux-6.14.4/drivers/net/ethernet/fungible/funeth/
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-6.14.4/fs/nfs/
Dsuper.c670 struct nfs_iostats totals = { }; in nfs_show_stats() local
725 totals.events[i] += stats->events[i]; in nfs_show_stats()
727 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats()
734 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats()
737 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()
/linux-6.14.4/Documentation/mm/
Dslub.rst361 - Slabcache Totals: FOO_STATS-totals.png
380 generated pre-processed \*-totals::
382 slabinfo-gnuplot.sh -t STATS1-totals STATS2-totals .. STATSN-totals
/linux-6.14.4/tools/perf/
Dbuiltin-sched.c3025 struct total_run_stats totals; in timehist_print_summary() local
3032 memset(&totals, 0, sizeof(totals)); in timehist_print_summary()
3033 totals.sched = sched; in timehist_print_summary()
3053 machine__for_each_thread(m, show_thread_runtime, &totals); in timehist_print_summary()
3054 task_count = totals.task_count; in timehist_print_summary()
3073 totals.sched_count += r->run_stats.n; in timehist_print_summary()
3113 totals.task_count, totals.sched_count); in timehist_print_summary()
3116 print_sched_time(totals.total_run_time, 2); in timehist_print_summary()
/linux-6.14.4/Documentation/RCU/
Dtorture.rst130 debugging. The final "T" entry contains the totals of the counters.
/linux-6.14.4/Documentation/admin-guide/sysctl/
Dvm.rst917 into their global totals, for more accurate reports when testing
920 As a side-effect, it also checks for negative totals (elsewhere reported
/linux-6.14.4/Documentation/trace/
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
Devents.rst594 totals derived from one or more trace event format fields and/or
/linux-6.14.4/Documentation/admin-guide/RAS/
Dmain.rst931 In this directory there are two default counter attributes, which are totals of