Searched refs:to_maxval (Results 1 – 10 of 10) sorted by relevance
293 .to_maxval = 60 * HZ,324 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xprt_setup_rdma()454 to.to_maxval = initval; in xprt_rdma_set_connect_timeout()
227 .to_maxval = 60 * HZ,
482 to->to_maxval = to->to_initval + (to->to_increment * to->to_retries); in nfs_init_timeout_values()483 if (to->to_maxval > NFS_MAX_TCP_TIMEOUT) in nfs_init_timeout_values()484 to->to_maxval = NFS_MAX_TCP_TIMEOUT; in nfs_init_timeout_values()485 if (to->to_maxval < to->to_initval) in nfs_init_timeout_values()486 to->to_maxval = to->to_initval; in nfs_init_timeout_values()496 to->to_maxval = NFS_MAX_UDP_TIMEOUT; in nfs_init_timeout_values()
237 .to_maxval = 3 * HZ, in nfs_umount()
663 if (majortimeo > to->to_maxval || majortimeo == 0) in xprt_calc_majortimeo()664 majortimeo = to->to_maxval; in xprt_calc_majortimeo()713 if (to->to_maxval && req->rq_timeout >= to->to_maxval) in xprt_adjust_timeout()714 req->rq_timeout = to->to_maxval; in xprt_adjust_timeout()1283 unsigned long max_timeout = clnt->cl_timeout->to_maxval; in xprt_wait_for_reply_request_rtt()
2307 to.to_maxval = initval; in xs_tcp_do_set_connect_timeout()3197 .to_maxval = 10 * HZ,3264 .to_maxval = 30 * HZ,3342 .to_maxval = 60 * HZ,3379 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp()3461 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp_tls()
1655 timeout.to_maxval = timeout.to_initval; in svc_process_bc()
45 to_maxval, /* max timeout */ member
447 .to_maxval = increment * 6UL, in nlm_bind_host()
1033 .to_maxval = maxtime, in setup_callback_client()
Completed in 42 milliseconds