Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c658 write_tot = lprocfs_oh_sum(&cli->cl_write_offset_hist); in osc_rpc_stats_seq_show()
664 unsigned long w = cli->cl_write_offset_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
694 lprocfs_oh_clear(&cli->cl_write_offset_hist); in osc_rpc_stats_seq_write()
Dosc_request.c2028 lprocfs_oh_tally_log2(&cli->cl_write_offset_hist, in osc_build_rpc()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c367 spin_lock_init(&cli->cl_write_offset_hist.oh_lock); in client_obd_setup()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h388 struct obd_histogram cl_write_offset_hist; member