Searched refs:nlm_timeout (Results 1 – 1 of 1) sorted by relevance
70 static unsigned long nlm_timeout = LOCKD_DFLT_TIMEO; variable93 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);