Home
last modified time | relevance | path

Searched refs:worstt (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c821 time64_t now, worstt; in lprocfs_rd_timeouts() local
841 worstt = imp->imp_at.iat_net_latency.at_worst_time; in lprocfs_rd_timeouts()
842 s2dhms(&ts, now - worstt); in lprocfs_rd_timeouts()
844 "network", cur, worst, (s64)worstt, DHMS_VARS(&ts)); in lprocfs_rd_timeouts()
852 worstt = imp->imp_at.iat_service_estimate[i].at_worst_time; in lprocfs_rd_timeouts()
853 s2dhms(&ts, now - worstt); in lprocfs_rd_timeouts()
856 cur, worst, (s64)worstt, DHMS_VARS(&ts)); in lprocfs_rd_timeouts()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c967 time64_t worstt; in ptlrpc_lprocfs_timeouts_seq_show() local
981 worstt = svcpt->scp_at_estimate.at_worst_time; in ptlrpc_lprocfs_timeouts_seq_show()
982 s2dhms(&ts, ktime_get_real_seconds() - worstt); in ptlrpc_lprocfs_timeouts_seq_show()
986 cur, worst, (s64)worstt, DHMS_VARS(&ts)); in ptlrpc_lprocfs_timeouts_seq_show()