Home
last modified time | relevance | path

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

/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() function
1468 EXPORT_SYMBOL(lprocfs_oh_tally);
1477 lprocfs_oh_tally(oh, val); in lprocfs_oh_tally_log2()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h616 void lprocfs_oh_tally(struct obd_histogram *oh, unsigned int value);
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1977 lprocfs_oh_tally(&cli->cl_read_rpc_hist, cli->cl_r_in_flight); in osc_build_rpc()
1983 lprocfs_oh_tally(&cli->cl_write_rpc_hist, cli->cl_w_in_flight); in osc_build_rpc()