Searched refs:read_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 614 read_cum = 0; in osc_rpc_stats_seq_show() 619 read_cum += r; in osc_rpc_stats_seq_show() 623 pct(read_cum, read_tot), w, in osc_rpc_stats_seq_show() 626 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show() 637 read_cum = 0; in osc_rpc_stats_seq_show() 642 read_cum += r; in osc_rpc_stats_seq_show() 646 pct(read_cum, read_tot), w, in osc_rpc_stats_seq_show() 649 if (read_cum == read_tot && write_cum == write_tot) in osc_rpc_stats_seq_show() 660 read_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 1144 read_cum = 0; in ll_display_extents_info() 1156 read_cum += r; in ll_display_extents_info() 1162 r, pct(r, read_tot), pct(read_cum, read_tot), in ll_display_extents_info() 1170 if (read_cum == read_tot && write_cum == write_tot) in ll_display_extents_info()
|