[go: nahoru, domu]

Searched refs:write_cum (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/osc/
H A Dlproc_osc.c575 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; local
601 write_cum = 0;
606 write_cum += w;
611 pct(write_cum, write_tot));
612 if (read_cum == read_tot && write_cum == write_tot)
624 write_cum = 0;
629 write_cum += w;
634 pct(write_cum, write_tot));
635 if (read_cum == read_tot && write_cum == write_tot)
647 write_cum
[all...]
/drivers/staging/lustre/lustre/llite/
H A Dlproc_llite.c1115 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; local
1122 write_cum = 0;
1134 write_cum += w;
1140 w, pct(w, write_tot), pct(write_cum, write_tot));
1147 if (read_cum == read_tot && write_cum == write_tot)

Completed in 74 milliseconds