Home
last modified time | relevance | path

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

/fs/lockd/
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);