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

/linux-master/fs/lockd/
H A Dsvc.c71 static unsigned long nlm_timeout = LOCKD_DFLT_TIMEO; variable
92 /* Note: nlm_timeout should always be nonzero */
94 return roundup(nlm_grace_period, nlm_timeout) * HZ;
96 return nlm_timeout * 5 * HZ;
336 if (!nlm_timeout)
337 nlm_timeout = LOCKD_DFLT_TIMEO;
338 nlmsvc_timeout = nlm_timeout * HZ;
436 .procname = "nlm_timeout",
437 .data = &nlm_timeout,
541 module_param_call(nlm_timeout, param_set_timeou
[all...]

Completed in 212 milliseconds