Searched refs:worstt (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | lproc_ptlrpc.c | 1001 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/ |
D | lprocfs_status.c | 877 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()
|