Searched refs:to_maxval (Results 1 – 9 of 9) sorted by relevance
553 unsigned long max_timeout = clnt->cl_timeout->to_maxval; in xprt_set_retrans_timeout_rtt()571 if (req->rq_majortimeo > to->to_maxval || req->rq_majortimeo == 0) in xprt_reset_majortimeo()572 req->rq_majortimeo = to->to_maxval; in xprt_reset_majortimeo()592 if (to->to_maxval && req->rq_timeout >= to->to_maxval) in xprt_adjust_timeout()593 req->rq_timeout = to->to_maxval; in xprt_adjust_timeout()
2328 to.to_maxval = initval; in xs_tcp_set_connect_timeout()2921 .to_maxval = 10 * HZ,2991 .to_maxval = 30 * HZ,3068 .to_maxval = 60 * HZ,3105 xprt->max_reconnect_timeout = xprt->timeout->to_maxval; in xs_setup_tcp()
467 to->to_maxval = to->to_initval + (to->to_increment * to->to_retries); in nfs_init_timeout_values()468 if (to->to_maxval > NFS_MAX_TCP_TIMEOUT) in nfs_init_timeout_values()469 to->to_maxval = NFS_MAX_TCP_TIMEOUT; in nfs_init_timeout_values()470 if (to->to_maxval < to->to_initval) in nfs_init_timeout_values()471 to->to_maxval = to->to_initval; in nfs_init_timeout_values()481 to->to_maxval = NFS_MAX_UDP_TIMEOUT; in nfs_init_timeout_values()
238 .to_maxval = 3 * HZ, in nfs_umount()
279 .to_maxval = 60 * HZ,
315 .to_maxval = 60 * HZ,
40 to_maxval, /* max timeout */ member
447 .to_maxval = increment * 6UL, in nlm_bind_host()
776 .to_maxval = maxtime, in setup_callback_client()