Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c632 unsigned long r = cli->cl_read_page_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
633 unsigned long w = cli->cl_write_page_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
656 unsigned long r = cli->cl_read_rpc_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
657 unsigned long w = cli->cl_write_rpc_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
680 unsigned long r = cli->cl_read_offset_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
681 unsigned long w = cli->cl_write_offset_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dlproc_llite.c1119 read_tot += pp_info->pp_r_hist.oh_buckets[i]; in ll_display_extents_info()
1120 write_tot += pp_info->pp_w_hist.oh_buckets[i]; in ll_display_extents_info()
1124 r = pp_info->pp_r_hist.oh_buckets[i]; in ll_display_extents_info()
1125 w = pp_info->pp_w_hist.oh_buckets[i]; in ll_display_extents_info()
1337 io_extents->pp_extents[cur].pp_r_hist.oh_buckets[i]++; in ll_rw_stats_tally()
1338 io_extents->pp_extents[LL_PROCESS_HIST_MAX].pp_r_hist.oh_buckets[i]++; in ll_rw_stats_tally()
1340 io_extents->pp_extents[cur].pp_w_hist.oh_buckets[i]++; in ll_rw_stats_tally()
1341 io_extents->pp_extents[LL_PROCESS_HIST_MAX].pp_w_hist.oh_buckets[i]++; in ll_rw_stats_tally()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1465 oh->oh_buckets[value]++; in lprocfs_oh_tally()
1487 ret += oh->oh_buckets[i]; in lprocfs_oh_sum()
1495 memset(oh->oh_buckets, 0, sizeof(oh->oh_buckets)); in lprocfs_oh_clear()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h71 unsigned long oh_buckets[OBD_HIST_MAX]; member