Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c804 int lprocfs_at_hist_helper(struct seq_file *m, struct adaptive_timeout *at) in lprocfs_at_hist_helper() function
813 EXPORT_SYMBOL(lprocfs_at_hist_helper);
845 lprocfs_at_hist_helper(m, &imp->imp_at.iat_net_latency); in lprocfs_rd_timeouts()
857 lprocfs_at_hist_helper(m, &imp->imp_at.iat_service_estimate[i]); in lprocfs_rd_timeouts()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h595 int lprocfs_at_hist_helper(struct seq_file *m, struct adaptive_timeout *at);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c988 lprocfs_at_hist_helper(m, &svcpt->scp_at_estimate); in ptlrpc_lprocfs_timeouts_seq_show()