Home
last modified time | relevance | path

Searched refs:nlm_timeout (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/lockd/
Dsvc.c70 static unsigned long nlm_timeout = LOCKD_DFLT_TIMEO; variable
93 return roundup(nlm_grace_period, nlm_timeout) * HZ; in get_lockd_grace_period()
95 return nlm_timeout * 5 * HZ; in get_lockd_grace_period()
444 if (!nlm_timeout) in lockd_create_svc()
445 nlm_timeout = LOCKD_DFLT_TIMEO; in lockd_create_svc()
446 nlmsvc_timeout = nlm_timeout * HZ; in lockd_create_svc()
551 .data = &nlm_timeout,
672 module_param_call(nlm_timeout, param_set_timeout, param_get_ulong,
673 &nlm_timeout, 0644);
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt2167 lockd.nlm_timeout=T [NFS] Assign timeout value.