Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h365 static inline int at_get(struct adaptive_timeout *at) in at_get() function
Dlustre_net.h2801 int at = AT_OFF ? 0 : at_get(&svcpt->scp_at_estimate); in ptlrpc_server_get_timeout()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c539 if (at_get(at) < CONNECTION_SWITCH_MAX) { in import_select_connection()
540 at_measured(at, at_get(at) + CONNECTION_SWITCH_INC); in import_select_connection()
541 if (at_get(at) > CONNECTION_SWITCH_MAX) in import_select_connection()
546 imp->imp_obd->obd_name, at_get(at)); in import_select_connection()
1454 at_get(&imp->imp_at.iat_service_estimate[idx])); in ptlrpc_disconnect_import()
Dservice.c1010 olddl, olddl - at_get(&svcpt->scp_at_estimate), in ptlrpc_at_send_early_reply()
1011 at_get(&svcpt->scp_at_estimate), at_extra); in ptlrpc_at_send_early_reply()
1037 at_get(&svcpt->scp_at_estimate)) { in ptlrpc_at_send_early_reply()
1040 at_get(&svcpt->scp_at_estimate) - in ptlrpc_at_send_early_reply()
1044 newdl = ktime_get_real_seconds() + at_get(&svcpt->scp_at_estimate); in ptlrpc_at_send_early_reply()
1203 at_get(&svcpt->scp_at_estimate), delay); in ptlrpc_at_check_timed()
1631 at_get(&svcpt->scp_at_estimate)); in ptlrpc_server_handle_request()
Dniobuf.c321 at_get(&svcpt->scp_at_estimate)); in ptlrpc_at_set_reply()
333 at_get(&svcpt->scp_at_estimate)); in ptlrpc_at_set_reply()
Dpinger.c110 at_get(&imp->imp_at.iat_net_latency)); in ptlrpc_update_next_ping()
Dclient.c245 serv_est = at_get(&at->iat_service_estimate[idx]); in ptlrpc_at_set_req_timeout()
281 oldse, at_get(&at->iat_service_estimate[idx])); in ptlrpc_at_adj_service()
287 return AT_OFF ? 0 : at_get(&req->rq_import->imp_at.iat_net_latency); in ptlrpc_at_get_net_latency()
328 oldnl, at_get(&at->iat_net_latency)); in ptlrpc_at_adj_net_latency()
Dlproc_ptlrpc.c979 cur = at_get(&svcpt->scp_at_estimate); in ptlrpc_lprocfs_timeouts_seq_show()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c711 at_get(&imp->imp_at.iat_service_estimate[j])); in lprocfs_rd_import()
718 at_get(&imp->imp_at.iat_net_latency)); in lprocfs_rd_import()
839 cur = at_get(&imp->imp_at.iat_net_latency); in lprocfs_rd_timeouts()
850 cur = at_get(&imp->imp_at.iat_service_estimate[i]); in lprocfs_rd_timeouts()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c134 int timeout = at_get(ldlm_lock_to_ns_at(lock)); in ldlm_get_enq_timeout()