Searched refs:totals (Results 1 – 9 of 9) sorted by relevance
| /linux/samples/bpf/ |
| H A D | xdp_sample_user.c | 120 } 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 D | panthor_gem.c | 1622 struct gem_size_totals *totals) 1663 totals->size += bo->base.size; 1664 totals->resident += resident_size; 1666 totals->reclaimable += resident_size; 1672 struct gem_size_totals totals = {0}; 1682 panthor_gem_debugfs_bo_print(bo, m, &totals); 1688 totals.size, totals.resident, totals.reclaimable); 645 panthor_gem_debugfs_bo_print(struct panthor_gem_object * bo,struct seq_file * m,struct gem_size_totals * totals) panthor_gem_debugfs_bo_print() argument 689 struct gem_size_totals totals = {0}; panthor_gem_debugfs_print_bos() local
|
| /linux/tools/mm/ |
| H A D | slabinfo-gnuplot.sh | 184 mode=totals 228 totals) 255 totals)
|
| H A D | slabinfo.c | 803 static void totals(void) 1371 totals(); in xtotals() 1539 totals(); in main() 804 static void totals(void) totals() function
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 401 totals = {"pass": 0, "fail": 0, "skip": 0, "xfail": 0} 454 totals[cnt_key] += 1 462 f"# Totals: pass:{totals['pass']} fail:{totals['fail']} xfail:{totals['xfail']} xpass:0 skip:{totals['skip']} error:0"
|
| /linux/fs/nfs/ |
| H A D | super.c | 660 struct nfs_iostats totals = { }; in nfs_show_stats() 715 totals.events[i] += stats->events[i]; in nfs_show_stats() 717 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats() 724 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats() 727 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats() 656 struct nfs_iostats totals = { }; nfs_show_stats() local
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | slab.rst | 360 - 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 D | builtin-sched.c | 3170 struct total_run_stats totals; in timehist_print_summary() 3177 memset(&totals, 0, sizeof(totals)); 3178 totals.sched = sched; 3198 machine__for_each_thread(m, show_thread_runtime, &totals); in perf_timehist__process_sample() 3199 task_count = totals.task_count; in perf_timehist__process_sample() 3218 totals.sched_count += r->run_stats.n; in timehist_check_attr() 3258 totals.task_count, totals.sched_count); in timehist_parse_prio_str() 3261 print_sched_time(totals in timehist_parse_prio_str() 3079 struct total_run_stats totals; timehist_print_summary() local [all...] |
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 959 into their global totals, for more accurate reports when testing 962 As a side-effect, it also checks for negative totals (elsewhere reported
|