Home
last modified time | relevance | path

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

/openbmc/linux/fs/lockd/
H A Dsvc.c72 static unsigned long nlm_timeout = LOCKD_DFLT_TIMEO; variable
95 return roundup(nlm_grace_period, nlm_timeout) * HZ; in get_lockd_grace_period()
97 return nlm_timeout * 5 * HZ; in get_lockd_grace_period()
337 if (!nlm_timeout) in lockd_get()
338 nlm_timeout = LOCKD_DFLT_TIMEO; in lockd_get()
339 nlmsvc_timeout = nlm_timeout * HZ; in lockd_get()
438 .data = &nlm_timeout,
543 module_param_call(nlm_timeout, param_set_timeout, param_get_ulong,
544 &nlm_timeout, 0644);
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2921 lockd.nlm_timeout=T [NFS] Assign timeout value.