Symbol: totals
drivers/gpu/drm/panfrost/panfrost_gem.c
682
struct gem_size_totals *totals)
drivers/gpu/drm/panfrost/panfrost_gem.c
721
totals->size += bo->base.base.size;
drivers/gpu/drm/panfrost/panfrost_gem.c
722
totals->resident += resident_size;
drivers/gpu/drm/panfrost/panfrost_gem.c
724
totals->reclaimable += resident_size;
drivers/gpu/drm/panfrost/panfrost_gem.c
730
struct gem_size_totals totals = {0};
drivers/gpu/drm/panfrost/panfrost_gem.c
740
panfrost_gem_debugfs_bo_print(bo, m, &totals);
drivers/gpu/drm/panfrost/panfrost_gem.c
746
totals.size, totals.resident, totals.reclaimable);
drivers/gpu/drm/panthor/panthor_gem.c
645
struct gem_size_totals *totals)
drivers/gpu/drm/panthor/panthor_gem.c
680
totals->size += bo->base.base.size;
drivers/gpu/drm/panthor/panthor_gem.c
681
totals->resident += resident_size;
drivers/gpu/drm/panthor/panthor_gem.c
683
totals->reclaimable += resident_size;
drivers/gpu/drm/panthor/panthor_gem.c
689
struct gem_size_totals totals = {0};
drivers/gpu/drm/panthor/panthor_gem.c
699
panthor_gem_debugfs_bo_print(bo, m, &totals);
drivers/gpu/drm/panthor/panthor_gem.c
705
totals.size, totals.resident, totals.reclaimable);
drivers/md/dm-vdo/block-map.c
3320
struct block_map_statistics totals;
drivers/md/dm-vdo/block-map.c
3322
memset(&totals, 0, sizeof(struct block_map_statistics));
drivers/md/dm-vdo/block-map.c
3327
totals.dirty_pages += READ_ONCE(stats->dirty_pages);
drivers/md/dm-vdo/block-map.c
3328
totals.clean_pages += READ_ONCE(stats->clean_pages);
drivers/md/dm-vdo/block-map.c
3329
totals.free_pages += READ_ONCE(stats->free_pages);
drivers/md/dm-vdo/block-map.c
3330
totals.failed_pages += READ_ONCE(stats->failed_pages);
drivers/md/dm-vdo/block-map.c
3331
totals.incoming_pages += READ_ONCE(stats->incoming_pages);
drivers/md/dm-vdo/block-map.c
3332
totals.outgoing_pages += READ_ONCE(stats->outgoing_pages);
drivers/md/dm-vdo/block-map.c
3333
totals.cache_pressure += READ_ONCE(stats->cache_pressure);
drivers/md/dm-vdo/block-map.c
3334
totals.read_count += READ_ONCE(stats->read_count);
drivers/md/dm-vdo/block-map.c
3335
totals.write_count += READ_ONCE(stats->write_count);
drivers/md/dm-vdo/block-map.c
3336
totals.failed_reads += READ_ONCE(stats->failed_reads);
drivers/md/dm-vdo/block-map.c
3337
totals.failed_writes += READ_ONCE(stats->failed_writes);
drivers/md/dm-vdo/block-map.c
3338
totals.reclaimed += READ_ONCE(stats->reclaimed);
drivers/md/dm-vdo/block-map.c
3339
totals.read_outgoing += READ_ONCE(stats->read_outgoing);
drivers/md/dm-vdo/block-map.c
3340
totals.found_in_cache += READ_ONCE(stats->found_in_cache);
drivers/md/dm-vdo/block-map.c
3341
totals.discard_required += READ_ONCE(stats->discard_required);
drivers/md/dm-vdo/block-map.c
3342
totals.wait_for_page += READ_ONCE(stats->wait_for_page);
drivers/md/dm-vdo/block-map.c
3343
totals.fetch_required += READ_ONCE(stats->fetch_required);
drivers/md/dm-vdo/block-map.c
3344
totals.pages_loaded += READ_ONCE(stats->pages_loaded);
drivers/md/dm-vdo/block-map.c
3345
totals.pages_saved += READ_ONCE(stats->pages_saved);
drivers/md/dm-vdo/block-map.c
3346
totals.flush_count += READ_ONCE(stats->flush_count);
drivers/md/dm-vdo/block-map.c
3349
return totals;
drivers/md/dm-vdo/slab-depot.c
5089
struct block_allocator_statistics totals;
drivers/md/dm-vdo/slab-depot.c
5092
memset(&totals, 0, sizeof(totals));
drivers/md/dm-vdo/slab-depot.c
5098
totals.slab_count += allocator->slab_count;
drivers/md/dm-vdo/slab-depot.c
5099
totals.slabs_opened += READ_ONCE(stats->slabs_opened);
drivers/md/dm-vdo/slab-depot.c
5100
totals.slabs_reopened += READ_ONCE(stats->slabs_reopened);
drivers/md/dm-vdo/slab-depot.c
5103
return totals;
drivers/md/dm-vdo/slab-depot.c
5115
struct ref_counts_statistics totals;
drivers/md/dm-vdo/slab-depot.c
5118
memset(&totals, 0, sizeof(totals));
drivers/md/dm-vdo/slab-depot.c
5121
totals.blocks_written +=
drivers/md/dm-vdo/slab-depot.c
5125
return totals;
drivers/md/dm-vdo/slab-depot.c
5137
struct slab_journal_statistics totals;
drivers/md/dm-vdo/slab-depot.c
5140
memset(&totals, 0, sizeof(totals));
drivers/md/dm-vdo/slab-depot.c
5146
totals.disk_full_count += READ_ONCE(stats->disk_full_count);
drivers/md/dm-vdo/slab-depot.c
5147
totals.flush_count += READ_ONCE(stats->flush_count);
drivers/md/dm-vdo/slab-depot.c
5148
totals.blocked_count += READ_ONCE(stats->blocked_count);
drivers/md/dm-vdo/slab-depot.c
5149
totals.blocks_written += READ_ONCE(stats->blocks_written);
drivers/md/dm-vdo/slab-depot.c
5150
totals.tail_busy_count += READ_ONCE(stats->tail_busy_count);
drivers/md/dm-vdo/slab-depot.c
5153
return totals;
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
756
u64 *totals, *tot;
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
770
totals = data + netdev->real_num_tx_queues * ARRAY_SIZE(txq_stat_names);
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
773
tot = totals;
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
796
totals = data + fp->num_xdpqs * ARRAY_SIZE(xdpq_stat_names);
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
799
tot = totals;
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
811
totals = data + netdev->real_num_rx_queues * ARRAY_SIZE(rxq_stat_names);
drivers/net/ethernet/fungible/funeth/funeth_ethtool.c
814
tot = totals;
fs/nfs/super.c
656
struct nfs_iostats totals = { };
fs/nfs/super.c
711
totals.events[i] += stats->events[i];
fs/nfs/super.c
713
totals.bytes[i] += stats->bytes[i];
fs/nfs/super.c
720
seq_printf(m, "%lu ", totals.events[i]);
fs/nfs/super.c
723
seq_printf(m, "%Lu ", totals.bytes[i]);
samples/bpf/xdp_sample_user.c
1054
out->totals.xmit += pps;
samples/bpf/xdp_sample_user.c
1055
out->totals.drop_xmit += drop;
samples/bpf/xdp_sample_user.c
1056
out->totals.err += err;
samples/bpf/xdp_sample_user.c
1110
print_always(FMT_COLUMNl, RX(out->totals.rx));
samples/bpf/xdp_sample_user.c
1112
print_always(FMT_COLUMNl, REDIR(out->totals.redir));
samples/bpf/xdp_sample_user.c
1114
out->totals.err + out->totals.drop + out->totals.drop_xmit,
samples/bpf/xdp_sample_user.c
1118
printf(FMT_COLUMNl, XMIT(out->totals.xmit));
samples/bpf/xdp_sample_user.c
120
} totals;
samples/bpf/xdp_sample_user.c
1328
if (sample_out.totals.rx) {
samples/bpf/xdp_sample_user.c
1329
double pkts = sample_out.totals.rx;
samples/bpf/xdp_sample_user.c
1332
sample_out.totals.rx);
samples/bpf/xdp_sample_user.c
1336
if (sample_out.totals.redir) {
samples/bpf/xdp_sample_user.c
1337
double pkts = sample_out.totals.redir;
samples/bpf/xdp_sample_user.c
1340
sample_out.totals.redir);
samples/bpf/xdp_sample_user.c
1344
if (sample_out.totals.drop)
samples/bpf/xdp_sample_user.c
1346
sample_out.totals.drop);
samples/bpf/xdp_sample_user.c
1347
if (sample_out.totals.drop_xmit)
samples/bpf/xdp_sample_user.c
1349
sample_out.totals.drop_xmit);
samples/bpf/xdp_sample_user.c
1350
if (sample_out.totals.err)
samples/bpf/xdp_sample_user.c
1352
sample_out.totals.err);
samples/bpf/xdp_sample_user.c
1353
if (sample_out.totals.xmit) {
samples/bpf/xdp_sample_user.c
1354
double pkts = sample_out.totals.xmit;
samples/bpf/xdp_sample_user.c
1357
sample_out.totals.xmit);
samples/bpf/xdp_sample_user.c
1428
sample_out.totals.rx += out->totals.rx;
samples/bpf/xdp_sample_user.c
1429
sample_out.totals.redir += out->totals.redir;
samples/bpf/xdp_sample_user.c
1430
sample_out.totals.drop += out->totals.drop;
samples/bpf/xdp_sample_user.c
1431
sample_out.totals.drop_xmit += out->totals.drop_xmit;
samples/bpf/xdp_sample_user.c
1432
sample_out.totals.err += out->totals.err;
samples/bpf/xdp_sample_user.c
1433
sample_out.totals.xmit += out->totals.xmit;
samples/bpf/xdp_sample_user.c
685
out->totals.rx += pps;
samples/bpf/xdp_sample_user.c
686
out->totals.drop += drop;
samples/bpf/xdp_sample_user.c
687
out->totals.err += err;
samples/bpf/xdp_sample_user.c
850
out->totals.redir += pps;
samples/bpf/xdp_sample_user.c
899
out->totals.err += sum;
samples/bpf/xdp_sample_user.c
944
out->totals.err += sum;
samples/bpf/xdp_sample_user.c
994
out->totals.xmit += pps;
samples/bpf/xdp_sample_user.c
995
out->totals.drop_xmit += drop;
samples/bpf/xdp_sample_user.c
996
out->totals.err += err;
tools/mm/slabinfo.c
1373
totals();
tools/mm/slabinfo.c
1541
totals();
tools/perf/builtin-sched.c
3079
struct total_run_stats totals;
tools/perf/builtin-sched.c
3086
memset(&totals, 0, sizeof(totals));
tools/perf/builtin-sched.c
3087
totals.sched = sched;
tools/perf/builtin-sched.c
3107
machine__for_each_thread(m, show_thread_runtime, &totals);
tools/perf/builtin-sched.c
3108
task_count = totals.task_count;
tools/perf/builtin-sched.c
3127
totals.sched_count += r->run_stats.n;
tools/perf/builtin-sched.c
3167
totals.task_count, totals.sched_count);
tools/perf/builtin-sched.c
3170
print_sched_time(totals.total_run_time, 2);