Searched refs:totals (Results 1 – 1 of 1) sorted by relevance
674 struct nfs_iostats totals = { }; in nfs_show_stats() local729 totals.events[i] += stats->events[i]; in nfs_show_stats()731 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats()738 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats()741 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()
Completed in 7 milliseconds