Searched refs:read_cum (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 629 read_cum = 0; in osc_rpc_stats_seq_show() 635 read_cum += r; 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() 653 read_cum = 0; in osc_rpc_stats_seq_show() 659 read_cum += r; 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() 677 read_cum = 0; 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 1114 read_cum = 0; in ll_display_extents_info() 1126 read_cum += r; 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()
|