Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h69 struct obd_histogram { struct
93 struct obd_histogram hist[BRW_LAST]; argument
104 struct obd_histogram hist[RENAME_LAST];
354 struct obd_histogram;
660 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value);
661 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value);
662 void lprocfs_oh_clear(struct obd_histogram *oh);
663 unsigned long lprocfs_oh_sum(struct obd_histogram *oh);
984 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally()
987 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally_log2()
[all …]
Dobd.h383 struct obd_histogram cl_read_rpc_hist;
384 struct obd_histogram cl_write_rpc_hist;
385 struct obd_histogram cl_read_page_hist;
386 struct obd_histogram cl_write_page_hist;
387 struct obd_histogram cl_read_offset_hist;
388 struct obd_histogram cl_write_offset_hist;
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c2005 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally()
2016 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally_log2()
2027 unsigned long lprocfs_oh_sum(struct obd_histogram *oh) in lprocfs_oh_sum()
2038 void lprocfs_oh_clear(struct obd_histogram *oh) in lprocfs_oh_clear()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_internal.h370 struct obd_histogram pp_r_hist;
371 struct obd_histogram pp_w_hist;