Home
last modified time | relevance | path

Searched refs:write_cum (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
630 write_cum = 0; in osc_rpc_stats_seq_show()
636 write_cum += w; 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()
654 write_cum = 0; in osc_rpc_stats_seq_show()
660 write_cum += w; 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()
678 write_cum = 0; 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
1115 write_cum = 0; in ll_display_extents_info()
1127 write_cum += w; 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()