Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1470 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value) in lprocfs_oh_tally_log2() function
1479 EXPORT_SYMBOL(lprocfs_oh_tally_log2);
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h617 void lprocfs_oh_tally_log2(struct obd_histogram *oh, unsigned int value);
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c1976 lprocfs_oh_tally_log2(&cli->cl_read_page_hist, page_count); in osc_build_rpc()
1978 lprocfs_oh_tally_log2(&cli->cl_read_offset_hist, in osc_build_rpc()
1982 lprocfs_oh_tally_log2(&cli->cl_write_page_hist, page_count); in osc_build_rpc()
1984 lprocfs_oh_tally_log2(&cli->cl_write_offset_hist, in osc_build_rpc()