Searched refs:read_tot (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 604 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; in osc_rpc_stats_seq_show() local 626 read_tot = lprocfs_oh_sum(&cli->cl_read_page_hist); in osc_rpc_stats_seq_show() 638 1 << i, r, pct(r, read_tot), in osc_rpc_stats_seq_show() 639 pct(read_cum, read_tot), w, in osc_rpc_stats_seq_show() 642 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show() 650 read_tot = lprocfs_oh_sum(&cli->cl_read_rpc_hist); in osc_rpc_stats_seq_show() 662 i, r, pct(r, read_tot), in osc_rpc_stats_seq_show() 663 pct(read_cum, read_tot), w, in osc_rpc_stats_seq_show() 666 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show() 674 read_tot = lprocfs_oh_sum(&cli->cl_read_offset_hist); in osc_rpc_stats_seq_show() [all …]
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 1108 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; in ll_display_extents_info() local 1119 read_tot += pp_info->pp_r_hist.oh_buckets[i]; in ll_display_extents_info() 1132 r, pct(r, read_tot), pct(read_cum, read_tot), in ll_display_extents_info() 1140 if (read_cum == read_tot && write_cum == write_tot) in ll_display_extents_info()
|