Searched refs:write_tot (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 589 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; in osc_rpc_stats_seq_show() local 612 write_tot = lprocfs_oh_sum(&cli->cl_write_page_hist); in osc_rpc_stats_seq_show() 624 pct(w, write_tot), in osc_rpc_stats_seq_show() 625 pct(write_cum, write_tot)); in osc_rpc_stats_seq_show() 626 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show() 635 write_tot = lprocfs_oh_sum(&cli->cl_write_rpc_hist); in osc_rpc_stats_seq_show() 647 pct(w, write_tot), in osc_rpc_stats_seq_show() 648 pct(write_cum, write_tot)); in osc_rpc_stats_seq_show() 649 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show() 658 write_tot = lprocfs_oh_sum(&cli->cl_write_offset_hist); in osc_rpc_stats_seq_show() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | lproc_llite.c | 1138 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; in ll_display_extents_info() local 1150 write_tot += pp_info->pp_w_hist.oh_buckets[i]; in ll_display_extents_info() 1163 w, pct(w, write_tot), pct(write_cum, write_tot)); in ll_display_extents_info() 1170 if (read_cum == read_tot && write_cum == write_tot) in ll_display_extents_info()
|