Home
last modified time | relevance | path

Searched refs:write_tot (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c604 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; in osc_rpc_stats_seq_show() local
627 write_tot = lprocfs_oh_sum(&cli->cl_write_page_hist); in osc_rpc_stats_seq_show()
640 pct(w, write_tot), in osc_rpc_stats_seq_show()
641 pct(write_cum, write_tot)); in osc_rpc_stats_seq_show()
642 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show()
651 write_tot = lprocfs_oh_sum(&cli->cl_write_rpc_hist); in osc_rpc_stats_seq_show()
664 pct(w, write_tot), in osc_rpc_stats_seq_show()
665 pct(write_cum, write_tot)); in osc_rpc_stats_seq_show()
666 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show()
675 write_tot = lprocfs_oh_sum(&cli->cl_write_offset_hist); in osc_rpc_stats_seq_show()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c1108 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; in ll_display_extents_info() local
1120 write_tot += pp_info->pp_w_hist.oh_buckets[i]; in ll_display_extents_info()
1133 w, pct(w, write_tot), pct(write_cum, write_tot)); in ll_display_extents_info()
1140 if (read_cum == read_tot && write_cum == write_tot) in ll_display_extents_info()