Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c589 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; in osc_rpc_stats_seq_show() local
611 read_tot = lprocfs_oh_sum(&cli->cl_read_page_hist); in osc_rpc_stats_seq_show()
622 1 << i, r, pct(r, read_tot), in osc_rpc_stats_seq_show()
623 pct(read_cum, read_tot), w, in osc_rpc_stats_seq_show()
626 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show()
634 read_tot = lprocfs_oh_sum(&cli->cl_read_rpc_hist); in osc_rpc_stats_seq_show()
645 i, r, pct(r, read_tot), in osc_rpc_stats_seq_show()
646 pct(read_cum, read_tot), w, in osc_rpc_stats_seq_show()
649 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show()
657 read_tot = lprocfs_oh_sum(&cli->cl_read_offset_hist); in osc_rpc_stats_seq_show()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c1138 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; in ll_display_extents_info() local
1149 read_tot += pp_info->pp_r_hist.oh_buckets[i]; in ll_display_extents_info()
1162 r, pct(r, read_tot), pct(read_cum, read_tot), in ll_display_extents_info()
1170 if (read_cum == read_tot && write_cum == write_tot) in ll_display_extents_info()