Searched refs:totals (Results 1 - 8 of 8) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_sample_user.c120 } totals; member in struct:sample_output
685 out->totals.rx += pps;
686 out->totals.drop += drop;
687 out->totals.err += err;
850 out->totals.redir += pps;
899 out->totals.err += sum;
944 out->totals.err += sum;
994 out->totals.xmit += pps;
995 out->totals.drop_xmit += drop;
996 out->totals
[all...]
/linux-master/tools/mm/
H A Dslabinfo-gnuplot.sh14 # and generate graphs (totals, slabs sorted by size, slabs sorted
20 # To visually compare N `totals' graphs, do
21 # slabinfo-gnuplot.sh -t FILE1-totals FILE2-totals ... FILEN-totals
35 echo "-t - plot totals for FILE(s)"
168 out=`basename "$in"`"-totals"
184 mode=totals
228 totals)
255 totals)
[all...]
H A Dslabinfo.c801 static void totals(void) function
1368 totals();
1536 totals();
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c3288 struct block_map_statistics totals; local
3290 memset(&totals, 0, sizeof(struct block_map_statistics));
3295 totals.dirty_pages += READ_ONCE(stats->dirty_pages);
3296 totals.clean_pages += READ_ONCE(stats->clean_pages);
3297 totals.free_pages += READ_ONCE(stats->free_pages);
3298 totals.failed_pages += READ_ONCE(stats->failed_pages);
3299 totals.incoming_pages += READ_ONCE(stats->incoming_pages);
3300 totals.outgoing_pages += READ_ONCE(stats->outgoing_pages);
3301 totals.cache_pressure += READ_ONCE(stats->cache_pressure);
3302 totals
[all...]
H A Dslab-depot.c4995 struct block_allocator_statistics totals; local
4998 memset(&totals, 0, sizeof(totals));
5004 totals.slab_count += allocator->slab_count;
5005 totals.slabs_opened += READ_ONCE(stats->slabs_opened);
5006 totals.slabs_reopened += READ_ONCE(stats->slabs_reopened);
5009 return totals;
5021 struct ref_counts_statistics totals; local
5024 memset(&totals, 0, sizeof(totals));
5043 struct slab_journal_statistics totals; local
[all...]
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c756 u64 *totals, *tot; local
770 totals = data + netdev->real_num_tx_queues * ARRAY_SIZE(txq_stat_names);
773 tot = totals;
796 totals = data + fp->num_xdpqs * ARRAY_SIZE(xdpq_stat_names);
799 tot = totals;
811 totals = data + netdev->real_num_rx_queues * ARRAY_SIZE(rxq_stat_names);
814 tot = totals;
/linux-master/fs/nfs/
H A Dsuper.c664 struct nfs_iostats totals = { }; local
719 totals.events[i] += stats->events[i];
721 totals.bytes[i] += stats->bytes[i];
728 seq_printf(m, "%lu ", totals.events[i]);
731 seq_printf(m, "%Lu ", totals.bytes[i]);
/linux-master/tools/perf/
H A Dbuiltin-sched.c2824 struct total_run_stats totals; local
2831 memset(&totals, 0, sizeof(totals));
2832 totals.sched = sched;
2852 machine__for_each_thread(m, show_thread_runtime, &totals);
2853 task_count = totals.task_count;
2872 totals.sched_count += r->run_stats.n;
2912 totals.task_count, totals.sched_count);
2915 print_sched_time(totals
[all...]

Completed in 288 milliseconds