Home
last modified time | relevance | path

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

/linux/fs/lockd/
H A Dsvc.c70 unsigned long nlm_timeout = LOCKD_DFLT_TIMEO; variable
88 /* Note: nlm_timeout should always be nonzero */
90 return roundup(nlm_grace_period, nlm_timeout) * HZ; in get_lockd_grace_period()
92 return nlm_timeout * 5 * HZ; in get_lockd_grace_period()
426 .procname = "nlm_timeout",
427 .data = &nlm_timeout,
531 module_param_call(nlm_timeout, param_set_timeout, param_get_ulong,
532 &nlm_timeout, 0644);
H A Dhost.c443 unsigned long increment = nlm_timeout * HZ; in nlm_bind_host()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt3142 lockd.nlm_timeout=T [NFS] Assign timeout value.