Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c510 at_init(&svcpt->scp_at_estimate, 10, 0); in ptlrpc_service_part_init()
1010 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()
1031 at_measured(&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.c315 int oldse = at_measured(&svcpt->scp_at_estimate, service_time); in ptlrpc_at_set_reply()
321 at_get(&svcpt->scp_at_estimate)); in ptlrpc_at_set_reply()
333 at_get(&svcpt->scp_at_estimate)); in ptlrpc_at_set_reply()
Dlproc_ptlrpc.c979 cur = at_get(&svcpt->scp_at_estimate); in ptlrpc_lprocfs_timeouts_seq_show()
980 worst = svcpt->scp_at_estimate.at_worst_ever; in ptlrpc_lprocfs_timeouts_seq_show()
981 worstt = svcpt->scp_at_estimate.at_worst_time; in ptlrpc_lprocfs_timeouts_seq_show()
988 lprocfs_at_hist_helper(m, &svcpt->scp_at_estimate); in ptlrpc_lprocfs_timeouts_seq_show()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2115 struct adaptive_timeout scp_at_estimate; member
2801 int at = AT_OFF ? 0 : at_get(&svcpt->scp_at_estimate); in ptlrpc_server_get_timeout()