Home
last modified time | relevance | path

Searched refs:scp_at_estimate (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c649 at_init(&svcpt->scp_at_estimate, 10, 0); in ptlrpc_service_part_init()
1254 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()
1282 at_measured(&svcpt->scp_at_estimate, min(at_extra, in ptlrpc_at_send_early_reply()
1287 at_measured(&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.c317 int oldse = at_measured(&svcpt->scp_at_estimate, service_time); in ptlrpc_at_set_reply()
323 at_get(&svcpt->scp_at_estimate)); in ptlrpc_at_set_reply()
336 at_get(&svcpt->scp_at_estimate)); in ptlrpc_at_set_reply()
Dlproc_ptlrpc.c1013 cur = at_get(&svcpt->scp_at_estimate); in ptlrpc_lprocfs_timeouts_seq_show()
1014 worst = svcpt->scp_at_estimate.at_worst_ever; in ptlrpc_lprocfs_timeouts_seq_show()
1015 worstt = svcpt->scp_at_estimate.at_worst_time; in ptlrpc_lprocfs_timeouts_seq_show()
1022 lprocfs_at_hist_helper(m, &svcpt->scp_at_estimate); in ptlrpc_lprocfs_timeouts_seq_show()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2125 struct adaptive_timeout scp_at_estimate; member
2842 int at = AT_OFF ? 0 : at_get(&svcpt->scp_at_estimate); in ptlrpc_server_get_timeout()