Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dlproc_osc.c675 write_tot = lprocfs_oh_sum(&cli->cl_write_offset_hist); in osc_rpc_stats_seq_show()
681 unsigned long w = cli->cl_write_offset_hist.oh_buckets[i]; in osc_rpc_stats_seq_show()
713 lprocfs_oh_clear(&cli->cl_write_offset_hist); in osc_rpc_stats_seq_write()
Dosc_request.c1984 lprocfs_oh_tally_log2(&cli->cl_write_offset_hist, in osc_build_rpc()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c365 spin_lock_init(&cli->cl_write_offset_hist.oh_lock); in client_obd_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd.h315 struct obd_histogram cl_write_offset_hist; member