Home
last modified time | relevance | path

Searched refs:cl_timeout (Results 1 – 9 of 9) sorted by relevance

/linux/fs/nfs/
H A Dnfs4client.c1268 parent_server->client->cl_timeout, in nfs4_create_referral_server()
1288 parent_server->client->cl_timeout, in nfs4_create_referral_server()
1300 error = nfs_init_server_rpcclient(server, parent_server->client->cl_timeout, in nfs4_create_referral_server()
1351 error = rpc_switch_client_transport(clnt, &xargs, clnt->cl_timeout); in nfs4_update_server()
1365 clp->cl_proto, clnt->cl_timeout, in nfs4_update_server()
H A Dsuper.c503 seq_printf(m, ",timeo=%lu", 10U * nfss->client->cl_timeout->to_initval / HZ); in nfs_show_mount_options()
504 seq_printf(m, ",retrans=%u", nfss->client->cl_timeout->to_retries); in nfs_show_mount_options()
1024 ctx->retrans != nfss->client->cl_timeout->to_retries || in nfs_compare_remount_data()
1030 ctx->timeo != (10U * nfss->client->cl_timeout->to_initval / HZ) || in nfs_compare_remount_data()
H A Dcallback_xdr.c1011 rqstp->bc_to_initval = cps.clp->cl_rpcclient->cl_timeout->to_initval; in nfs4_callback_compound()
1012 rqstp->bc_to_retries = cps.clp->cl_rpcclient->cl_timeout->to_retries; in nfs4_callback_compound()
H A Dfs_context.c1615 ctx->retrans = nfss->client->cl_timeout->to_retries; in nfs_init_fs_context()
1621 ctx->timeo = 10U * nfss->client->cl_timeout->to_initval / HZ; in nfs_init_fs_context()
/linux/include/linux/sunrpc/
H A Dclnt.h71 const struct rpc_timeout *cl_timeout; /* Timeout strategy */ member
/linux/net/sunrpc/
H A Dxprt.c703 const struct rpc_timeout *to = req->rq_task->tk_client->cl_timeout; in xprt_adjust_timeout()
1283 unsigned long max_timeout = clnt->cl_timeout->to_maxval; in xprt_wait_for_reply_request_rtt()
1901 xprt_init_majortimeo(task, req, task->tk_client->cl_timeout); in xprt_request_init()
H A Dclnt.c276 clnt->cl_timeout = timeout; in rpc_clnt_set_transport()
426 rpc_init_rtt(&clnt->cl_rtt_default, clnt->cl_timeout->to_initval); in rpc_new_client()
757 old_timeo = clnt->cl_timeout; in rpc_switch_client_transport()
1074 .timeout = old->cl_timeout, in rpc_bind_new_program()
H A Drpcb_clnt.c734 task->tk_client->cl_timeout); in rpcb_getport_async()
H A Dxprtsock.c2676 .timeout = upper_clnt->cl_timeout, in xs_tcp_tls_setup_socket()