Searched refs:write_cum (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 615 write_cum = 0; in osc_rpc_stats_seq_show() 620 write_cum += w; 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() 638 write_cum = 0; in osc_rpc_stats_seq_show() 643 write_cum += w; 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() 661 write_cum = 0; 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 1145 write_cum = 0; in ll_display_extents_info() 1157 write_cum += w; 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()
|