Home
last modified time | relevance | path

Searched refs:at_get (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h367 static inline int at_get(struct adaptive_timeout *at) in at_get() function
Dlustre_net.h2842 int at = AT_OFF ? 0 : at_get(&svcpt->scp_at_estimate); in ptlrpc_server_get_timeout()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c545 if (at_get(at) < CONNECTION_SWITCH_MAX) { in import_select_connection()
546 at_measured(at, at_get(at) + CONNECTION_SWITCH_INC); in import_select_connection()
547 if (at_get(at) > CONNECTION_SWITCH_MAX) in import_select_connection()
552 imp->imp_obd->obd_name, at_get(at)); in import_select_connection()
1464 at_get(&imp->imp_at.iat_service_estimate[idx])); in ptlrpc_disconnect_import()
Dservice.c1254 olddl, olddl - at_get(&svcpt->scp_at_estimate), in ptlrpc_at_send_early_reply()
1255 at_get(&svcpt->scp_at_estimate), at_extra); in ptlrpc_at_send_early_reply()
1294 at_get(&svcpt->scp_at_estimate)) { in ptlrpc_at_send_early_reply()
1297 at_get(&svcpt->scp_at_estimate) - in ptlrpc_at_send_early_reply()
1302 newdl = get_seconds() + at_get(&svcpt->scp_at_estimate); in ptlrpc_at_send_early_reply()
1461 at_get(&svcpt->scp_at_estimate), delay); in ptlrpc_at_check_timed()
1909 at_get(&svcpt->scp_at_estimate)); in ptlrpc_server_handle_request()
Dniobuf.c323 at_get(&svcpt->scp_at_estimate)); in ptlrpc_at_set_reply()
336 at_get(&svcpt->scp_at_estimate)); in ptlrpc_at_set_reply()
Dpinger.c119 at_get(&imp->imp_at.iat_net_latency)); in ptlrpc_update_next_ping()
Dclient.c240 serv_est = at_get(&at->iat_service_estimate[idx]); in ptlrpc_at_set_req_timeout()
270 oldse, at_get(&at->iat_service_estimate[idx])); in ptlrpc_at_adj_service()
276 return AT_OFF ? 0 : at_get(&req->rq_import->imp_at.iat_net_latency); in ptlrpc_at_get_net_latency()
316 oldnl, at_get(&at->iat_net_latency)); in ptlrpc_at_adj_net_latency()
Dlproc_ptlrpc.c1013 cur = at_get(&svcpt->scp_at_estimate); in ptlrpc_lprocfs_timeouts_seq_show()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c772 at_get(&imp->imp_at.iat_service_estimate[j])); in lprocfs_rd_import()
779 at_get(&imp->imp_at.iat_net_latency)); in lprocfs_rd_import()
892 cur = at_get(&imp->imp_at.iat_net_latency); in lprocfs_rd_timeouts()
903 cur = at_get(&imp->imp_at.iat_service_estimate[i]); in lprocfs_rd_timeouts()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c137 int timeout = at_get(ldlm_lock_to_ns_at(lock)); in ldlm_get_enq_timeout()