Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h660 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value);
984 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally() function
/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() function
2014 EXPORT_SYMBOL(lprocfs_oh_tally);
2023 lprocfs_oh_tally(oh, val); in lprocfs_oh_tally_log2()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2021 lprocfs_oh_tally(&cli->cl_read_rpc_hist, cli->cl_r_in_flight); in osc_build_rpc()
2027 lprocfs_oh_tally(&cli->cl_write_rpc_hist, cli->cl_w_in_flight); in osc_build_rpc()