Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c611 read_tot = lprocfs_oh_sum(&cli->cl_read_page_hist); in osc_rpc_stats_seq_show()
612 write_tot = lprocfs_oh_sum(&cli->cl_write_page_hist); in osc_rpc_stats_seq_show()
634 read_tot = lprocfs_oh_sum(&cli->cl_read_rpc_hist); in osc_rpc_stats_seq_show()
635 write_tot = lprocfs_oh_sum(&cli->cl_write_rpc_hist); in osc_rpc_stats_seq_show()
657 read_tot = lprocfs_oh_sum(&cli->cl_read_offset_hist); in osc_rpc_stats_seq_show()
658 write_tot = lprocfs_oh_sum(&cli->cl_write_offset_hist); in osc_rpc_stats_seq_show()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h663 unsigned long lprocfs_oh_sum(struct obd_histogram *oh);
993 unsigned long lprocfs_oh_sum(struct obd_histogram *oh) in lprocfs_oh_sum() function
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c2027 unsigned long lprocfs_oh_sum(struct obd_histogram *oh) in lprocfs_oh_sum() function
2036 EXPORT_SYMBOL(lprocfs_oh_sum);