Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h627 extern int lprocfs_at_hist_helper(struct seq_file *m,
938 static inline int lprocfs_at_hist_helper(struct seq_file *m, in lprocfs_at_hist_helper() function
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c861 int lprocfs_at_hist_helper(struct seq_file *m, struct adaptive_timeout *at) in lprocfs_at_hist_helper() function
869 EXPORT_SYMBOL(lprocfs_at_hist_helper);
898 lprocfs_at_hist_helper(m, &imp->imp_at.iat_net_latency); in lprocfs_rd_timeouts()
910 lprocfs_at_hist_helper(m, &imp->imp_at.iat_service_estimate[i]); in lprocfs_rd_timeouts()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c1022 lprocfs_at_hist_helper(m, &svcpt->scp_at_estimate); in ptlrpc_lprocfs_timeouts_seq_show()