Lines Matching defs:timeout
257 const struct rpc_timeout *timeout)
265 clnt->cl_timeout = timeout;
361 const struct rpc_timeout *timeout;
402 timeout = xprt->timeout;
403 if (args->timeout != NULL) {
404 memcpy(&clnt->cl_timeout_default, args->timeout,
406 timeout = &clnt->cl_timeout_default;
409 rpc_clnt_set_transport(clnt, xprt, timeout);
714 * @timeout: pointer to the new timeout parameters
727 const struct rpc_timeout *timeout)
750 old = rpc_clnt_set_transport(clnt, xprt, timeout);
1066 .timeout = old->cl_timeout,
1316 * @timeout: timeout values to use for this task
1319 struct rpc_timeout *timeout)
1338 xprt_init_bc_request(req, task, timeout);
2470 * were a timeout.
2494 /* shutdown or soft timeout */
2539 * Once a "no retrans timeout" soft tasks (a.k.a NFSv4) has
3276 struct connect_timeout_data timeout = {
3282 &timeout);
3344 "-timeout ---ops--\n");