[go: nahoru, domu]

Searched refs:read_tot (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
597 read_tot = lprocfs_oh_sum(&cli->cl_read_page_hist);
608 1 << i, r, pct(r, read_tot),
609 pct(read_cum, read_tot), w,
612 if (read_cum == read_tot && write_cum == write_tot)
620 read_tot = lprocfs_oh_sum(&cli->cl_read_rpc_hist);
631 i, r, pct(r, read_tot),
632 pct(read_cum, read_tot), w,
635 if (read_cum == read_tot && write_cum == write_tot)
643 read_tot
[all...]
/drivers/staging/lustre/lustre/llite/
H A Dlproc_llite.c1115 unsigned long read_tot = 0, write_tot = 0, read_cum, write_cum; local
1126 read_tot += pp_info->pp_r_hist.oh_buckets[i];
1139 r, pct(r, read_tot), pct(read_cum, read_tot),
1147 if (read_cum == read_tot && write_cum == write_tot)

Completed in 50 milliseconds