Home
last modified time | relevance | path

Searched refs:oh_buckets (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c617 unsigned long r = cli->cl_read_page_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
618 unsigned long w = cli->cl_write_page_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
640 unsigned long r = cli->cl_read_rpc_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
641 unsigned long w = cli->cl_write_rpc_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
663 unsigned long r = cli->cl_read_offset_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
664 unsigned long w = cli->cl_write_offset_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c1149 read_tot += pp_info->pp_r_hist.oh_buckets[i]; in ll_display_extents_info()
1150 write_tot += pp_info->pp_w_hist.oh_buckets[i]; in ll_display_extents_info()
1154 r = pp_info->pp_r_hist.oh_buckets[i]; in ll_display_extents_info()
1155 w = pp_info->pp_w_hist.oh_buckets[i]; in ll_display_extents_info()
1365 io_extents->pp_extents[cur].pp_r_hist.oh_buckets[i]++; in ll_rw_stats_tally()
1366 io_extents->pp_extents[LL_PROCESS_HIST_MAX].pp_r_hist.oh_buckets[i]++; in ll_rw_stats_tally()
1368 io_extents->pp_extents[cur].pp_w_hist.oh_buckets[i]++; in ll_rw_stats_tally()
1369 io_extents->pp_extents[LL_PROCESS_HIST_MAX].pp_w_hist.oh_buckets[i]++; in ll_rw_stats_tally()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c2011 oh->oh_buckets[value]++; in lprocfs_oh_tally()
2033 ret += oh->oh_buckets[i]; in lprocfs_oh_sum()
2041 memset(oh->oh_buckets, 0, sizeof(oh->oh_buckets)); in lprocfs_oh_clear()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h71 unsigned long oh_buckets[OBD_HIST_MAX]; member