Home
last modified time | relevance | path

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

/linux/samples/bpf/
H A 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/drivers/gpu/drm/panthor/
H A Dpanthor_gem.c645 struct gem_size_totals *totals) in panthor_gem_debugfs_bo_print() argument
680 totals->size += bo->base.base.size; in panthor_gem_debugfs_bo_print()
681 totals->resident += resident_size; in panthor_gem_debugfs_bo_print()
683 totals->reclaimable += resident_size; in panthor_gem_debugfs_bo_print()
689 struct gem_size_totals totals = {0}; in panthor_gem_debugfs_print_bos() local
699 panthor_gem_debugfs_bo_print(bo, m, &totals); in panthor_gem_debugfs_print_bos()
705 totals.size, totals.resident, totals.reclaimable); in panthor_gem_debugfs_print_bos()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.c682 struct gem_size_totals *totals) in panfrost_gem_debugfs_bo_print() argument
721 totals->size += bo->base.base.size; in panfrost_gem_debugfs_bo_print()
722 totals->resident += resident_size; in panfrost_gem_debugfs_bo_print()
724 totals->reclaimable += resident_size; in panfrost_gem_debugfs_bo_print()
730 struct gem_size_totals totals = {0}; in panfrost_gem_debugfs_print_bos() local
740 panfrost_gem_debugfs_bo_print(bo, m, &totals); in panfrost_gem_debugfs_print_bos()
746 totals.size, totals.resident, totals.reclaimable); in panfrost_gem_debugfs_print_bos()
/linux/tools/mm/
H A Dslabinfo-gnuplot.sh184 mode=totals
228 totals)
255 totals)
H A Dslabinfo.c804 static void totals(void) in totals() function
1373 totals(); in xtotals()
1541 totals(); in main()
/linux/drivers/md/dm-vdo/
H A Dblock-map.c3320 struct block_map_statistics totals; in vdo_get_block_map_statistics() local
3322 memset(&totals, 0, sizeof(struct block_map_statistics)); in vdo_get_block_map_statistics()
3327 totals.dirty_pages += READ_ONCE(stats->dirty_pages); in vdo_get_block_map_statistics()
3328 totals.clean_pages += READ_ONCE(stats->clean_pages); in vdo_get_block_map_statistics()
3329 totals.free_pages += READ_ONCE(stats->free_pages); in vdo_get_block_map_statistics()
3330 totals.failed_pages += READ_ONCE(stats->failed_pages); in vdo_get_block_map_statistics()
3331 totals.incoming_pages += READ_ONCE(stats->incoming_pages); in vdo_get_block_map_statistics()
3332 totals.outgoing_pages += READ_ONCE(stats->outgoing_pages); in vdo_get_block_map_statistics()
3333 totals.cache_pressure += READ_ONCE(stats->cache_pressure); in vdo_get_block_map_statistics()
3334 totals.read_count += READ_ONCE(stats->read_count); in vdo_get_block_map_statistics()
[all …]
H A Dslab-depot.c5089 struct block_allocator_statistics totals; in get_block_allocator_statistics() local
5092 memset(&totals, 0, sizeof(totals)); in get_block_allocator_statistics()
5098 totals.slab_count += allocator->slab_count; in get_block_allocator_statistics()
5099 totals.slabs_opened += READ_ONCE(stats->slabs_opened); in get_block_allocator_statistics()
5100 totals.slabs_reopened += READ_ONCE(stats->slabs_reopened); in get_block_allocator_statistics()
5103 return totals; in get_block_allocator_statistics()
5115 struct ref_counts_statistics totals; in get_ref_counts_statistics() local
5118 memset(&totals, 0, sizeof(totals)); in get_ref_counts_statistics()
5121 totals.blocks_written += in get_ref_counts_statistics()
5125 return totals; in get_ref_counts_statistics()
[all …]
/linux/tools/testing/selftests/net/lib/py/
H A Dksft.py322 totals = {"pass": 0, "fail": 0, "skip": 0, "xfail": 0}
372 totals[cnt_key] += 1
380 f"# Totals: pass:{totals['pass']} fail:{totals['fail']} xfail:{totals['xfail']} xpass:0 skip:{totals['skip']} error:0"
/linux/Documentation/admin-guide/mm/
H A Dslab.rst360 - Slabcache Totals: FOO_STATS-totals.png
379 generated pre-processed \*-totals::
381 slabinfo-gnuplot.sh -t STATS1-totals STATS2-totals .. STATSN-totals
/linux/tools/perf/
H A Dbuiltin-sched.c3079 struct total_run_stats totals; in timehist_print_summary() local
3086 memset(&totals, 0, sizeof(totals)); in timehist_print_summary()
3087 totals.sched = sched; in timehist_print_summary()
3107 machine__for_each_thread(m, show_thread_runtime, &totals); in timehist_print_summary()
3108 task_count = totals.task_count; in timehist_print_summary()
3127 totals.sched_count += r->run_stats.n; in timehist_print_summary()
3167 totals.task_count, totals.sched_count); in timehist_print_summary()
3170 print_sched_time(totals.total_run_time, 2); in timehist_print_summary()
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst959 into their global totals, for more accurate reports when testing
962 As a side-effect, it also checks for negative totals (elsewhere reported