Home
last modified time | relevance | path

Searched refs:lprocfs_oh_sum (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c626 read_tot = lprocfs_oh_sum(&cli->cl_read_page_hist); in osc_rpc_stats_seq_show()
627 write_tot = lprocfs_oh_sum(&cli->cl_write_page_hist); in osc_rpc_stats_seq_show()
650 read_tot = lprocfs_oh_sum(&cli->cl_read_rpc_hist); in osc_rpc_stats_seq_show()
651 write_tot = lprocfs_oh_sum(&cli->cl_write_rpc_hist); in osc_rpc_stats_seq_show()
674 read_tot = lprocfs_oh_sum(&cli->cl_read_offset_hist); in osc_rpc_stats_seq_show()
675 write_tot = lprocfs_oh_sum(&cli->cl_write_offset_hist); in osc_rpc_stats_seq_show()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1481 unsigned long lprocfs_oh_sum(struct obd_histogram *oh) in lprocfs_oh_sum() function
1490 EXPORT_SYMBOL(lprocfs_oh_sum);
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h619 unsigned long lprocfs_oh_sum(struct obd_histogram *oh);