Home
last modified time | relevance | path

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

/linux-4.4.14/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];
356 struct obd_histogram;
616 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value);
617 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value);
618 void lprocfs_oh_clear(struct obd_histogram *oh);
619 unsigned long lprocfs_oh_sum(struct obd_histogram *oh);
Dobd.h310 struct obd_histogram cl_read_rpc_hist;
311 struct obd_histogram cl_write_rpc_hist;
312 struct obd_histogram cl_read_page_hist;
313 struct obd_histogram cl_write_page_hist;
314 struct obd_histogram cl_read_offset_hist;
315 struct obd_histogram cl_write_offset_hist;
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1459 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally()
1470 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally_log2()
1481 unsigned long lprocfs_oh_sum(struct obd_histogram *oh) in lprocfs_oh_sum()
1492 void lprocfs_oh_clear(struct obd_histogram *oh) in lprocfs_oh_clear()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_internal.h362 struct obd_histogram pp_r_hist;
363 struct obd_histogram pp_w_hist;