Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dlproc_ptlrpc.c1001 time_t worstt; in ptlrpc_lprocfs_timeouts_seq_show() local
1015 worstt = svcpt->scp_at_estimate.at_worst_time; in ptlrpc_lprocfs_timeouts_seq_show()
1016 s2dhms(&ts, get_seconds() - worstt); in ptlrpc_lprocfs_timeouts_seq_show()
1020 cur, worst, worstt, DHMS_VARS(&ts)); in ptlrpc_lprocfs_timeouts_seq_show()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c877 time_t now, worstt; in lprocfs_rd_timeouts() local
894 worstt = imp->imp_at.iat_net_latency.at_worst_time; in lprocfs_rd_timeouts()
895 s2dhms(&ts, now - worstt); in lprocfs_rd_timeouts()
897 "network", cur, worst, worstt, DHMS_VARS(&ts)); in lprocfs_rd_timeouts()
905 worstt = imp->imp_at.iat_service_estimate[i].at_worst_time; in lprocfs_rd_timeouts()
906 s2dhms(&ts, now - worstt); in lprocfs_rd_timeouts()
909 cur, worst, worstt, DHMS_VARS(&ts)); in lprocfs_rd_timeouts()