Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/lockd/
H A Dsvc.c71 static unsigned long nlm_timeout = LOCKD_DFLT_TIMEO; variable
94 return roundup(nlm_grace_period, nlm_timeout) * HZ; in get_lockd_grace_period()
96 return nlm_timeout * 5 * HZ; in get_lockd_grace_period()
450 if (!nlm_timeout) in lockd_create_svc()
451 nlm_timeout = LOCKD_DFLT_TIMEO; in lockd_create_svc()
452 nlmsvc_timeout = nlm_timeout * HZ; in lockd_create_svc()
557 .data = &nlm_timeout,
678 module_param_call(nlm_timeout, param_set_timeout, param_get_ulong,
679 &nlm_timeout, 0644);
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dkernel-parameters.txt2550 lockd.nlm_timeout=T [NFS] Assign timeout value.